Skip to content

Commit dc631b1

Browse files
committed
BLD: Enable wheels on Windows-on-ARM
1 parent 12cc509 commit dc631b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- os: ubuntu-20.04
116116
cibw_archs: "aarch64"
117117
- os: windows-latest
118-
cibw_archs: "auto64"
118+
cibw_archs: "AMD64 ARM64"
119119
- os: macos-12
120120
cibw_archs: "x86_64"
121121
- os: macos-14

0 commit comments

Comments
 (0)