Skip to content

Commit 9bff6a9

Browse files
committed
Use native Aarch64 Linux readers in publish.yml Actions workflow
1 parent de806bd commit 9bff6a9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@ jobs:
99

1010
wheel-linux-aarch64:
1111
name: Build Linux wheels (Aarch64)
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04-arm
1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Set up QEMU
16-
id: qemu
17-
uses: docker/setup-qemu-action@v3
18-
with:
19-
platforms: arm64
2015
- name: Build manylinux wheels
2116
uses: pypa/cibuildwheel@v2.22.0
2217
env:

0 commit comments

Comments
 (0)