Skip to content

Commit bbd4f87

Browse files
jswhit2jswhit2
authored andcommitted
use native linux arm64 runner for aarch64 wheels
1 parent a9d4e92 commit bbd4f87

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
arch: x86_64
5858
- os: ubuntu-22.04
5959
arch: aarch64
60+
- os: ubuntu-22.04-arm
61+
arch: aarch64
6062
- os: macos-14
6163
arch: arm64
6264
- os: macos-13
@@ -69,10 +71,11 @@ jobs:
6971

7072
# For aarch64 support
7173
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
72-
- uses: docker/setup-qemu-action@v3
73-
with:
74-
platforms: all
75-
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
74+
# (no longer needed since there is a native linux arm64 runner now)
75+
#- uses: docker/setup-qemu-action@v3
76+
# with:
77+
# platforms: all
78+
# if: runner.os == 'Linux' && matrix.arch == 'aarch64'
7679

7780
- name: Build oldest and newest Python
7881
shell: bash

0 commit comments

Comments
 (0)