Skip to content

Commit f716572

Browse files
committed
ci: support Windows ARM
1 parent 0f85318 commit f716572

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
cpp_arch: amd64_x86
3535
native: true
3636

37-
# - os: windows-2022
38-
# node_arch: x64
39-
# arch: arm64
40-
# cpp_arch: amd64_arm64
37+
- os: windows-2022
38+
node_arch: x64
39+
cpp_arch: amd64_arm64
40+
native: true
4141

4242
- os: macos-13
4343
node_arch: x64

0 commit comments

Comments
 (0)