Skip to content

Commit f119e16

Browse files
committed
use native runner
1 parent a6ce856 commit f119e16

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
include:
1919
- os: ubuntu-22.04
2020
arch: x86_64
21-
- os: ubuntu-22.04
21+
- os: ubuntu-24.04-arm
2222
arch: aarch64
2323
- os: windows-2022
2424
arch: AMD64
@@ -33,13 +33,6 @@ jobs:
3333
fetch-depth: 0
3434
persist-credentials: false
3535

36-
# For aarch64 support
37-
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
38-
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
39-
with:
40-
platforms: all
41-
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
42-
4336
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
4437
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
4538
env:

0 commit comments

Comments
 (0)