Skip to content

Commit

Permalink
Update cibuildwheel used in package.yml Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 16, 2024
1 parent 0d40b18 commit 782bfd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

wheel-linux-aarch64:
name: Build Linux wheels (Aarch64)
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-tag:
Expand All @@ -34,7 +34,7 @@ jobs:
with:
platforms: all
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: aarch64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand All @@ -51,7 +51,7 @@ jobs:

wheel-linux-x86_64:
name: Build Linux wheels (x86-64)
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-tag:
Expand All @@ -71,7 +71,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: arm64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: AMD64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -259,6 +259,7 @@ jobs:
release:
environment: GitHub Releases
runs-on: ubuntu-latest
permissions: write-all
if: "!contains(github.ref, 'rc')"
name: Release
needs: upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

test_linux:
name: Test (Linux)
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
env:
OS: Linux
strategy:
Expand Down

0 comments on commit 782bfd2

Please sign in to comment.