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 }}"