Skip to content

Commit f848758

Browse files
committed
Change MANYLINUX_X86_64_IMAGE to fix issue on centos 8
1 parent 8ea392b commit f848758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
env:
1616
CIBW_SKIP: 'pp*'
1717
CIBW_ARCHS: 'auto64'
18+
CIBW_MANYLINUX_X86_64_IMAGE: 'manylinux_2_28'
1819
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.10'
1920
CIBW_TEST_REQUIRES: 'pytest'
2021
defaults:

0 commit comments

Comments
 (0)