Skip to content

Commit 8d2e9bc

Browse files
committed
ci: try using the new ARM runners from Github
1 parent d88e11b commit 8d2e9bc

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,13 @@ jobs:
5151

5252
build_wheel_linux_aarch64_manylinux:
5353
name: Build wheels on Linux (aarch64/manylinux)
54-
runs-on: ubuntu-20.04
55-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
54+
runs-on: ubuntu-22.04-arm
5655
steps:
5756
- uses: actions/checkout@v4
5857
with:
5958
submodules: true
6059
fetch-depth: 0
6160

62-
- name: Set up QEMU
63-
id: qemu
64-
uses: docker/setup-qemu-action@v3
65-
6661
- name: Build wheels (manylinux)
6762
uses: pypa/[email protected]
6863
env:
@@ -77,18 +72,13 @@ jobs:
7772

7873
build_wheel_linux_aarch64_musllinux:
7974
name: Build wheels on Linux (aarch64/musllinux)
80-
runs-on: ubuntu-20.04
81-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
75+
runs-on: ubuntu-22.04-arm
8276
steps:
8377
- uses: actions/checkout@v4
8478
with:
8579
submodules: true
8680
fetch-depth: 0
8781

88-
- name: Set up QEMU
89-
id: qemu
90-
uses: docker/setup-qemu-action@v3
91-
9282
- name: Build wheels (musllinux)
9383
uses: pypa/[email protected]
9484
env:

0 commit comments

Comments
 (0)