Skip to content

Commit

Permalink
ci: support Windows ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 5, 2025
1 parent 0f85318 commit f716572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
cpp_arch: amd64_x86
native: true

# - os: windows-2022
# node_arch: x64
# arch: arm64
# cpp_arch: amd64_arm64
- os: windows-2022
node_arch: x64
cpp_arch: amd64_arm64
native: true

- os: macos-13
node_arch: x64
Expand Down

0 comments on commit f716572

Please sign in to comment.