try older version of manylinux

This commit is contained in:
Martin Bubel 2024-07-22 23:29:27 +02:00
parent 121c3c7ee5
commit d3b2c9f351

View file

@ -181,7 +181,7 @@ jobs:
python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312']
runs-on: ubuntu-latest
container:
image: quay.io/pypa/manylinux2014_x86_64
image: quay.io/pypa/manylinux2014_x86_64:2024-01-29-1785b0b
steps:
- name: Checkout