diff --git a/.github/workflows/release_pyton_pytest.yml b/.github/workflows/release_pyton_pytest.yml index 9e1c90d..f1436c9 100644 --- a/.github/workflows/release_pyton_pytest.yml +++ b/.github/workflows/release_pyton_pytest.yml @@ -54,7 +54,7 @@ jobs: target: ${{ matrix.platform.target }} working-directory: "bindings/python" sccache: 'true' - manylinux: auto + container: quay.io/pypa/manylinux_2_28_${{ matrix.platform.target }}:latest docker-options: "--mount type=bind,source=/opt/hostedtoolcache,target=/opt/hostedtoolcache -e JAVA_HOME -e GRAALVM_HOME"