Skip to content

Commit

Permalink
Upgrade builds to manylinux_2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Nov 19, 2024
1 parent 26ed16a commit 6c5922b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,15 @@ jobs:
matrix:
os:
- base: ubuntu-22.04
label: centos7/amd64
image: quay.io/pypa/manylinux2014_x86_64
label: almalinux8/amd64
image: quay.io/pypa/manylinux_2_28_x86_64
arch: amd64
arch_triplet: x64-linux
build_parallel: ""

- base: buildjet-4vcpu-ubuntu-2204-arm
label: centos7/arm64
image: quay.io/pypa/manylinux2014_aarch64
label: almalinux8/arm64
image: quay.io/pypa/manylinux_2_28_aarch64
arch: arm64
arch_triplet: arm64-linux
build_parallel: 1
Expand Down

0 comments on commit 6c5922b

Please sign in to comment.