We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103baf commit 1938264Copy full SHA for 1938264
.github/workflows/ci.yml
@@ -164,8 +164,8 @@ jobs:
164
CIBW_BEFORE_ALL_MACOS: python/tools/prepare_build_environment_macos.sh
165
CIBW_BEFORE_ALL_WINDOWS: bash python/tools/prepare_build_environment_windows.sh
166
CIBW_BEFORE_BUILD: pip install -r python/install_requirements.txt
167
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
168
- CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
+ CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
169
CIBW_ARCHS: ${{ matrix.arch }}
170
CIBW_SKIP: pp* *-musllinux_*
171
0 commit comments