Skip to content

Commit

Permalink
switch to using native arm runner
Browse files Browse the repository at this point in the history
avoid qemu bug pypa/cibuildwheel#2257
  • Loading branch information
nosracd committed Feb 10, 2025
1 parent 912d3c7 commit ed363bc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,23 @@ jobs:
fail-fast: false
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, macos-13, macos-14]
arch: [auto, aarch64, armv7l]
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14]
arch: [auto, armv7l]
python: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*, cp313-*]
include:
- os: macos-13
macos_deployment_target: 13
- os: macos-14
macos_deployment_target: 14
exclude:
- os: macos-13
arch: aarch64
- os: ubuntu-24.04
arch: armv7l
- os: macos-13
arch: armv7l
- os: macos-13
python: cp37-*
- os: macos-13
python: cp310-*
- os: macos-14
arch: aarch64
- os: macos-14
arch: armv7l
- os: macos-14
Expand Down

0 comments on commit ed363bc

Please sign in to comment.