Skip to content

Commit df1d64a

Browse files
committed
try a newer ubuntu instead
1 parent ae4a821 commit df1d64a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
buildplat:
3737
- [ubuntu-20.04, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
3838
- [ubuntu-24.04-arm, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
39-
- [ubuntu-20.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
40-
- [ubuntu-20.04, "manylinux_s390x", "cp3*-manylinux_s390x"]
39+
- [ubuntu-24.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
40+
- [ubuntu-24.04, "manylinux_s390x", "cp3*-manylinux_s390x"]
4141
- [ubuntu-20.04, "manylinux_i686", "cp3*-manylinux_i686"]
4242
- [windows-2019, "win_amd6", "cp3*-win_amd64"]
4343
- [windows-2019, "win32", "cp3*-win32"]
@@ -64,14 +64,9 @@ jobs:
6464
python -m pip install -U pip
6565
python -m pip install "cibuildwheel>=2.20,<3"
6666
67-
- name: Set up qemu
68-
if: ${{ matrix.buildplat[0] == 'ubuntu-20.04' }}
69-
run: sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes
70-
7167
- name: Build wheels
7268
env:
7369
CIBW_BUILD: ${{ matrix.buildplat[2] }}
74-
CIBW_CONTAINER_ENGINE: ${{ matrix.buildplat[0] == 'ubuntu-20.04' && 'podman' || 'docker' }}
7570
run: python -m cibuildwheel --output-dir wheelhouse
7671

7772
- name: Build manylinux1 wheels

0 commit comments

Comments
 (0)