We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3216258 commit 30df3fdCopy full SHA for 30df3fd
1 file changed
.github/workflows/release.yaml
@@ -165,7 +165,7 @@ jobs:
165
166
package-macos-amd64:
167
name: x86-64 macOS build
168
- runs-on: macos-13
+ runs-on: macos-latest
169
timeout-minutes: 15
170
needs: npm-version
171
env:
@@ -348,4 +348,4 @@ jobs:
348
uses: actions/upload-artifact@v4
349
with:
350
name: npm-release-package
351
- path: ./package.tar.gz
+ path: ./package.tar.gz
0 commit comments