Skip to content

Commit 73e8d6a

Browse files
committed
Add Windows arm64 wheel support
1 parent 604b53b commit 73e8d6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
cibw_archs: "aarch64"
4444
- os: windows-2022
4545
cibw_archs: "auto64"
46+
- os: windows-11-arm
47+
cibw_archs: "ARM64"
4648
# Include macos-15-intel to get Intel x86_64 macs and macos-latest to get the Aarch64 macs
4749
- os: macos-15-intel
4850
cibw_archs: "x86_64"

0 commit comments

Comments
 (0)