Skip to content

Commit 76c8938

Browse files
committed
fix(build): update prebuild configuration for Windows ARM64 support
1 parent 960f60a commit 76c8938

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ jobs:
8383
path: prebuilds/
8484

8585
prebuild-win-arm64:
86-
runs-on: windows-latest
87-
env:
88-
TARGET_ARCH: arm64
86+
runs-on: windows-arm64 # Native ARM64 runner (public repos only)
8987
steps:
9088
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9189
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
@@ -156,7 +154,7 @@ jobs:
156154
strategy:
157155
fail-fast: false
158156
matrix:
159-
os: [macos-13-large, macos-14, windows-latest]
157+
os: [macos-13-large, macos-14, windows-latest, windows-arm64]
160158
node-version: [20, 22, 23, 24]
161159
runs-on: ${{ matrix.os }}
162160
steps:

0 commit comments

Comments
 (0)