Skip to content

Commit eb69629

Browse files
committed
switch to using native arm runner
avoid qemu bug pypa/cibuildwheel#2257
1 parent 912d3c7 commit eb69629

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,23 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
# macos-13 is an intel runner, macos-14 is apple silicon
13-
os: [ubuntu-latest, macos-13, macos-14]
14-
arch: [auto, aarch64, armv7l]
13+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14]
14+
arch: [auto, armv7l]
1515
python: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*, cp313-*]
1616
include:
1717
- os: macos-13
1818
macos_deployment_target: 13
1919
- os: macos-14
2020
macos_deployment_target: 14
2121
exclude:
22-
- os: macos-13
23-
arch: aarch64
22+
- os: ubuntu-22.04
23+
arch: armv7l
2424
- os: macos-13
2525
arch: armv7l
2626
- os: macos-13
2727
python: cp37-*
2828
- os: macos-13
2929
python: cp310-*
30-
- os: macos-14
31-
arch: aarch64
3230
- os: macos-14
3331
arch: armv7l
3432
- os: macos-14

0 commit comments

Comments
 (0)