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 d776673 commit 00cc6a9Copy full SHA for 00cc6a9
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
timeout-minutes: 20 # Give the lint step more time
39
40
prebuild-mac-x64:
41
- runs-on: macos-13 # Intel x64 runner
+ runs-on: macos-15-intel # Intel x64 runner
42
steps:
43
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
44
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
@@ -154,7 +154,7 @@ jobs:
154
strategy:
155
fail-fast: false
156
matrix:
157
- os: [macos-13, macos-14, windows-latest, windows-11-arm]
+ os: [macos-15-intel, macos-14, windows-latest, windows-11-arm]
158
node-version: [20, 22, 23, 24]
159
runs-on: ${{ matrix.os }}
160
0 commit comments