From 999df5805479c100dcc9fcefcafccea9f08b25c9 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 19 Dec 2024 11:31:07 -0500 Subject: [PATCH] Try 2_17 for manylinux aarch64 --- .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 dff1202..e117afa 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_17" - runner: ubuntu-latest target: armv7 manylinux: auto