We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604b53b commit 1fc6031Copy full SHA for 1fc6031
1 file changed
.github/workflows/build.yml
@@ -43,6 +43,8 @@ jobs:
43
cibw_archs: "aarch64"
44
- os: windows-2022
45
cibw_archs: "auto64"
46
+ - os: windows-11-arm
47
+ cibw_archs: "arm64"
48
# Include macos-15-intel to get Intel x86_64 macs and macos-latest to get the Aarch64 macs
49
- os: macos-15-intel
50
cibw_archs: "x86_64"
0 commit comments