From d3d9558022fe43a12172ae2f4f5dc23a01258b8d Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Sun, 26 Jan 2025 11:11:36 +0100 Subject: [PATCH] use ubuntu-22.04 Signed-off-by: Michele Dolfi --- .github/workflows/wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b9eb4528..b4708726 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,12 +45,12 @@ jobs: python-version: ["3.11"] os: - - name: "ubuntu-latest" + - name: "ubuntu-22.04" platform: "linux" arch: "x86_64" platform_id: "manylinux_x86_64" - - name: "ubuntu-latest" + - name: "ubuntu-22.04" platform: "linux" arch: "aarch64" platform_id: "manylinux_x86_64" @@ -209,13 +209,13 @@ jobs: cp wheelhouse/*.whl ./dist/ - name: Set up QEMU [linux] - if: matrix.os.name == 'ubuntu-latest' + if: matrix.os.name == 'ubuntu-22.04' uses: docker/setup-qemu-action@v3 with: platforms: all - name: Build wheels [linux] - if: matrix.os.name == 'ubuntu-latest' + if: matrix.os.name == 'ubuntu-22.04' env: # CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }} CIBW_ARCHS: "${{ matrix.os.arch }}"