Skip to content

Commit 3d46562

Browse files
authored
Build on Windows ARM64 (#943)
1 parent eebe574 commit 3d46562

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
archs: arm64
2828
- os: macos-15-intel
2929
archs: x86_64
30-
# - os: windows-11-arm
31-
# archs: ARM64
30+
- os: windows-11-arm
31+
archs: ARM64
3232
- os: windows-latest
3333
archs: AMD64
3434

.github/workflows/profile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
archs: arm64
2727
- os: macos-15-intel
2828
archs: x86_64
29-
# - os: windows-11-arm
30-
# archs: ARM64
29+
- os: windows-11-arm
30+
archs: ARM64
3131
- os: windows-latest
3232
archs: AMD64
3333

0 commit comments

Comments
 (0)