File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments