diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9340a4f..0ee1b09 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -26,7 +26,7 @@ jobs: platform: - os: ubuntu-latest arch: x86_64 - - os: ubuntu-latest + - os: ubuntu-24.04-arm arch: aarch64 - os: macos-13 arch: universal @@ -42,14 +42,6 @@ jobs: submodules: true fetch-depth: 0 - # This facilitates building Linux+arm64 wheels - # https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation - - name: Set up QEMU - if: runner.os == 'Linux' - uses: docker/setup-qemu-action@v3 - with: - platforms: all - - name: Setup env (Windows) if: matrix.platform.os == 'windows-latest' run: |