diff --git a/.github/workflows/_release_python.yml b/.github/workflows/_release_python.yml index e97d4a0a37..adbc86699a 100644 --- a/.github/workflows/_release_python.yml +++ b/.github/workflows/_release_python.yml @@ -54,7 +54,7 @@ jobs: command: build target: ${{ matrix.target }} args: --release --out dist -i python3.7 -i python3.8 -i python3.9 -i python3.10 -i python3.11 - manylinux: auto + manylinux: 2_28 before-script-linux: | if [[ -f /etc/os-release ]]; then . /etc/os-release