Skip to content

Commit 30df3fd

Browse files
authored
Update macOS runner to use latest version
1 parent 3216258 commit 30df3fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165

166166
package-macos-amd64:
167167
name: x86-64 macOS build
168-
runs-on: macos-13
168+
runs-on: macos-latest
169169
timeout-minutes: 15
170170
needs: npm-version
171171
env:
@@ -348,4 +348,4 @@ jobs:
348348
uses: actions/upload-artifact@v4
349349
with:
350350
name: npm-release-package
351-
path: ./package.tar.gz
351+
path: ./package.tar.gz

0 commit comments

Comments
 (0)