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 960f60a commit 76c8938Copy full SHA for 76c8938
.github/workflows/build.yml
@@ -83,9 +83,7 @@ jobs:
83
path: prebuilds/
84
85
prebuild-win-arm64:
86
- runs-on: windows-latest
87
- env:
88
- TARGET_ARCH: arm64
+ runs-on: windows-arm64 # Native ARM64 runner (public repos only)
89
steps:
90
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
91
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
@@ -156,7 +154,7 @@ jobs:
156
154
strategy:
157
155
fail-fast: false
158
matrix:
159
- os: [macos-13-large, macos-14, windows-latest]
+ os: [macos-13-large, macos-14, windows-latest, windows-arm64]
160
node-version: [20, 22, 23, 24]
161
runs-on: ${{ matrix.os }}
162
0 commit comments