Skip to content

Commit 3b6f00e

Browse files
committed
switch to manylinux_2_31
1 parent 18aa566 commit 3b6f00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: ${{ matrix.os }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
2525
runs-on: ${{ matrix.os }}
2626
env:
27-
WHEEL_PLATFORM: manylinux_2_27_x86_64
27+
WHEEL_PLATFORM: manylinux_2_31_x86_64
2828
BOOST_VERSION: 1.74.0
2929
PYTHON_BINDING_VERSION: ${{ matrix.PYTHON_BINDING_VERSION }}
3030
steps:

0 commit comments

Comments
 (0)