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 12, 2025
1 parent 4e561cf commit b200a1e
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 b200a1e

Please sign in to comment.