We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c432930 commit aa93507Copy full SHA for aa93507
1 file changed
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
strategy:
10
matrix:
11
- container: ['manylinux_2_24_x86_64']
+ container: ['manylinux2014_x86_64']
12
runs-on: ubuntu-latest
13
container: quay.io/pypa/${{matrix.container}}
14
steps:
0 commit comments