Skip to content

Commit a50e144

Browse files
committed
BLD: Enable wheels on Windows-on-ARM
1 parent 5ab47bb commit a50e144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
cibw_archs: "aarch64"
125125
- os: windows-latest
126126
cibw_archs: "auto64"
127+
- os: windows-11-arm
128+
cibw_archs: "auto64"
127129
- os: macos-13
128130
cibw_archs: "x86_64"
129131
- os: macos-14

0 commit comments

Comments
 (0)