Fix building wheels (#1703)

This commit is contained in:
Fangjun Kuang
2025-01-13 12:00:45 +08:00
committed by GitHub
parent cbe07ac1b6
commit ce71b6327a
6 changed files with 6 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
manylinux: [manylinux2014] #, manylinux_2_28]