From a121489c692b23a0ed4af4888e01fad39a1dc0bf Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 22:28:26 -0800 Subject: [PATCH] [RELEASE] Use older glibc for linux build --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 306a734f..cd6b7571 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,6 +58,7 @@ jobs: needs: - version runs-on: ubuntu-latest + container: quay.io/pypa/manylinux2014_x86_64 steps: - uses: actions/checkout@v3 - name: Write version to init file