From bec54d1070fa396a77885184f763b2bc32bdfdbe Mon Sep 17 00:00:00 2001 From: Zach Lewis Date: Sat, 1 Feb 2025 17:59:33 -0500 Subject: [PATCH] ci: Build ARM64 linux Python wheels on ARM-natvie runner Signed-off-by: Zach Lewis --- .github/workflows/wheel.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index fa9dd0e471..cc30685c80 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -157,7 +157,7 @@ jobs: linux-arm: name: Build wheels on Linux ARM - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm if: | github.event_name != 'schedule' || github.repository == 'AcademySoftwareFoundation/OpenImageIO' @@ -199,12 +199,7 @@ jobs: name: Install Python with: python-version: '3.9' - - - name: Set up QEMU - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - with: - platforms: all - + - name: Build wheels uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1 env: