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