From c72a381bb2a834fc9d53f763c2885afb994449c0 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 5 Feb 2025 16:25:32 -0500 Subject: [PATCH] Use manylinux 2_24 for aarch64 linux wheels --- .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 aae01d6e..3fd1b54b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -32,7 +32,7 @@ jobs: manylinux: auto - runner: ubuntu-latest target: aarch64 - manylinux: "2_28" + manylinux: "2_24" - runner: ubuntu-latest target: armv7 manylinux: auto