From 6ec070306db6ac4238050aeb0c3d01cefae55cbe Mon Sep 17 00:00:00 2001 From: Peter Gadfort Date: Mon, 3 Feb 2025 15:14:27 -0700 Subject: [PATCH] use arm runners --- .github/workflows/wheels.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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: |