Skip to content

Commit 6a202ec

Browse files
Update manylinux docker images to 2014
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent f9d82e6 commit 6a202ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ jobs:
168168
env:
169169
CIBW_BUILD: ${{ matrix.python-build }}
170170
CIBW_SKIP: '*musllinux*'
171-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
172-
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
171+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
172+
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
173173

174174
- uses: actions/upload-artifact@v3
175175
with:

0 commit comments

Comments
 (0)