Skip to content

Commit 816fe45

Browse files
committed
ci: use manylinux_2_39 for riscv64 (2_28 has no riscv64 image)
1 parent 9c93f7c commit 816fe45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,12 @@ jobs:
9494
os: ubuntu-24.04-arm
9595
cibw_arch: aarch64
9696
build: "*manylinux*"
97-
- name: "manylinux_2_28 riscv64"
97+
- name: "manylinux_2_39 riscv64"
9898
platform: linux
9999
os: ubuntu-latest
100100
cibw_arch: riscv64
101101
build: "cp3{12,13}-manylinux*"
102+
manylinux: "manylinux_2_39"
102103
- name: "iOS arm64 device"
103104
platform: ios
104105
os: macos-latest
@@ -142,6 +143,7 @@ jobs:
142143
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux }}
143144
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: ${{ matrix.manylinux }}
144145
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: ${{ matrix.manylinux }}
146+
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ matrix.manylinux }}
145147
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
146148
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
147149

0 commit comments

Comments
 (0)