From a28ca505df520479c1f99d750ae7021fcd519023 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 15 Feb 2025 21:35:15 +0100 Subject: [PATCH] Build: Use older Ubuntu image for legacy builds to see if they fix a QEMU related crash on Aarch64. See https://github.com/docker/setup-qemu-action/issues/188 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5191d190..2a13a43f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -200,7 +200,7 @@ jobs: - image: manylinux2014_aarch64 pyversion: "cp37*" - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1