From 6601306ff7233c273b3b9a09a5a7a35b1f5e97b1 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Tue, 21 Jan 2025 16:29:27 +0100 Subject: [PATCH] Don't build s390x wheels Signed-off-by: Alexis Jeandet --- .github/workflows/CI.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8377032..6b20370 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,7 +21,7 @@ jobs: path: dist/*.tar.gz build_wheels: - name: Build wheels on ${{ matrix.os }} for ${{ matrix.CIBW_ARCHS }} + name: ${{ matrix.os }} ${{ matrix.CIBW_ARCHS }} wheels runs-on: ${{ matrix.os }} strategy: matrix: @@ -35,9 +35,6 @@ jobs: - os: ubuntu-latest CIBW_ENVIRONMENT: '' CIBW_ARCHS: "ppc64le" - - os: ubuntu-latest - CIBW_ENVIRONMENT: '' - CIBW_ARCHS: "s390x" - os: windows-latest CIBW_ENVIRONMENT: '' CIBW_ARCHS: "AMD64"