From 9d00bcc1efbdc74a427217973d5c6cd62e08142a Mon Sep 17 00:00:00 2001 From: Samuel Lijin Date: Wed, 7 Aug 2024 15:01:15 -0700 Subject: [PATCH] go down again --- .github/workflows/build-python-release.reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-python-release.reusable.yaml b/.github/workflows/build-python-release.reusable.yaml index 50575bb81..499950229 100644 --- a/.github/workflows/build-python-release.reusable.yaml +++ b/.github/workflows/build-python-release.reusable.yaml @@ -22,7 +22,7 @@ jobs: - target: aarch64-unknown-linux-gnu runs_on: ubuntu-latest # Can't go down to 2_17/2014, there are build issues that come up. It's a full day to fix. - manylinux: 2_28 + manylinux: 2_17 # I'm not sure if this actually works; I can't 'pip install ...' on the built wheel # see https://github.com/astral-sh/uv/issues/3439#issuecomment-2110448346 # env: