Skip to content

Commit 6c52aa2

Browse files
committed
Build: Use newer performance images.
1 parent 54544ab commit 6c52aa2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
os: ["ubuntu-latest"]
9292

9393
include:
94+
- image: manylinux_2_28_aarch64
95+
os: ubuntu-24.04-arm
9496
- image: manylinux_2_34_aarch64
9597
os: ubuntu-24.04-arm
9698

.github/workflows/wheels.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ jobs:
117117
if: runner.os == 'Linux' && !contains(matrix.only, 'i686')
118118
uses: pypa/[email protected]
119119
env:
120-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
121-
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
122-
CIBW_MANYLINUX_PPC64LE_IMAGE: manylinux_2_28
123-
CIBW_MANYLINUX_S390X_IMAGE: manylinux_2_28
124-
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
125-
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
120+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
121+
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_34
122+
CIBW_MANYLINUX_PPC64LE_IMAGE: manylinux_2_34
123+
CIBW_MANYLINUX_S390X_IMAGE: manylinux_2_34
124+
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_34
125+
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_34
126126
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
127127
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
128128
CIBW_MUSLLINUX_PPC64LE_IMAGE: musllinux_1_2

0 commit comments

Comments
 (0)