Skip to content

Commit 1938264

Browse files
authored
Update ci.yml
1 parent 0103baf commit 1938264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ jobs:
164164
CIBW_BEFORE_ALL_MACOS: python/tools/prepare_build_environment_macos.sh
165165
CIBW_BEFORE_ALL_WINDOWS: bash python/tools/prepare_build_environment_windows.sh
166166
CIBW_BEFORE_BUILD: pip install -r python/install_requirements.txt
167-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
168-
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
167+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
168+
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
169169
CIBW_ARCHS: ${{ matrix.arch }}
170170
CIBW_SKIP: pp* *-musllinux_*
171171

0 commit comments

Comments
 (0)