From 8d2e9bc056c9d27ae859b1716cf9e8916e8e06e6 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Fri, 17 Jan 2025 21:50:15 +0100 Subject: [PATCH] ci: try using the new ARM runners from Github --- .github/workflows/build.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9958409a5..8cba2e82e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,18 +51,13 @@ jobs: build_wheel_linux_aarch64_manylinux: name: Build wheels on Linux (aarch64/manylinux) - runs-on: ubuntu-20.04 - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') + runs-on: ubuntu-22.04-arm steps: - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 - - name: Set up QEMU - id: qemu - uses: docker/setup-qemu-action@v3 - - name: Build wheels (manylinux) uses: pypa/cibuildwheel@v2.22.0 env: @@ -77,18 +72,13 @@ jobs: build_wheel_linux_aarch64_musllinux: name: Build wheels on Linux (aarch64/musllinux) - runs-on: ubuntu-20.04 - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') + runs-on: ubuntu-22.04-arm steps: - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 - - name: Set up QEMU - id: qemu - uses: docker/setup-qemu-action@v3 - - name: Build wheels (musllinux) uses: pypa/cibuildwheel@v2.22.0 env: