Skip to content

Commit d2b8b09

Browse files
committed
update manylinux image 2_24 -> 2_28 (2_24 is EOL)
1 parent ec0d9bb commit d2b8b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"
4949
CIBW_SKIP: "*musllinux*"
5050
CIBW_ARCHS: "auto64"
51-
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_24"
51+
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
5252
CIBW_BUILD_VERBOSITY: 1
5353
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip uninstall -y delocate && pip install git+https://github.com/matthew-brett/delocate.git && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}"
5454
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "pip install -U wheel delvewheel && python fix_windows_wheel.py {wheel} {dest_dir}"

0 commit comments

Comments
 (0)