Skip to content

Commit ab88ecd

Browse files
committed
fix: update version of linux container
1 parent 4a88a45 commit ab88ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
linux-wheels:
6969
runs-on: ubuntu-latest
70-
container: quay.io/pypa/manylinux2014_x86_64
70+
container: quay.io/pypa/manylinux_2_34_x86_64
7171
strategy:
7272
matrix:
7373
python-version: ['cp38-cp38', 'cp39-cp39', 'cp310-cp310']

0 commit comments

Comments
 (0)