We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ce856 commit f119e16Copy full SHA for f119e16
.github/workflows/cibuildwheel.yml
@@ -18,7 +18,7 @@ jobs:
18
include:
19
- os: ubuntu-22.04
20
arch: x86_64
21
- - os: ubuntu-22.04
+ - os: ubuntu-24.04-arm
22
arch: aarch64
23
- os: windows-2022
24
arch: AMD64
@@ -33,13 +33,6 @@ jobs:
33
fetch-depth: 0
34
persist-credentials: false
35
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
-
43
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
44
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
45
env:
0 commit comments