also looking at this
chore(deps): update dependency softprops/action-gh-release to v2.3.3
#159
1 file
+638
-860
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -117,19 +117,23 @@ jobs: | ||
| 117 | 117 | - full-stack |
| 118 | 118 | os: |
| 119 | 119 | - ubuntu-latest |
| 120 | - macos-13 | |
| 121 | - macos-latest | |
| 120 | - macos-14 | |
| 121 | - macos-15 | |
| 122 | - macos-15-intel | |
| 122 | 123 | - windows-latest |
| 123 | 124 | include: |
| 124 | 125 | - os: ubuntu-latest |
| 125 | 126 | platform: linux |
| 126 | 127 | arch: x86_64 |
| 127 | - os: macos-13 | |
| 128 | - os: macos-14 | |
| 128 | 129 | platform: darwin |
| 129 | 130 | arch: x86_64 |
| 130 | - os: macos-latest | |
| 131 | - os: macos-15 | |
| 131 | 132 | platform: darwin |
| 132 | 133 | arch: arm64 |
| 134 | - os: macos-15-intel | |
| 135 | platform: darwin | |
| 136 | arch: x86_64 | |
| 133 | 137 | - os: windows-latest |
| 134 | 138 | platform: win32 |
| 135 | 139 | arch: x86_64 |