From c77177a70fed3d3cf3e8f2e10c3eaae89a186959 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 12 Feb 2025 14:55:47 +0100 Subject: [PATCH] Build: Use ARM image instead of slower QEMU. --- .github/workflows/wheels.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 39756811..8835d8f6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -183,7 +183,6 @@ jobs: ./bdist_downloads/*.tar.gz Linux: - runs-on: ubuntu-latest strategy: # Allows for matrix sub-jobs to fail without canceling the rest @@ -194,10 +193,17 @@ jobs: - manylinux2014_x86_64 - manylinux2014_i686 pyversion: ["*"] + os: ubuntu-latest include: - image: manylinux2014_aarch64 pyversion: "cp36*" + os: ubuntu-24.04-arm + - image: manylinux2014_aarch64 + pyversion: "cp37*" + os: ubuntu-24.04-arm + + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1