Skip to content

Commit 95bc40c

Browse files
authored
fix: release build when use qemu on ubuntu-24.04 (#61)
Signed-off-by: l.feng <[email protected]>
1 parent 9fe7358 commit 95bc40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reuseable_cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
os: [ubuntu-24.04] # renovate: github-runner
22+
os: [ubuntu-22.04]
2323
arch: [aarch64, ppc64le, s390x, x86_64, i686]
2424
build: [manylinux, musllinux]
2525
qemu_arch: [aarch64 ppc64le s390x armv7l]

0 commit comments

Comments
 (0)