Skip to content

Commit

Permalink
use ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Jan 26, 2025
1 parent c9974d7 commit d3d9558
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit d3d9558

Please sign in to comment.