Skip to content

Commit 3374db7

Browse files
committed
ci: use qemu 9
1 parent aac7c2b commit 3374db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# this ensure install latest qemu on ubuntu, apt get version is old
3939
env:
4040
QEMU_SRC: "http://archive.ubuntu.com/ubuntu/pool/universe/q/qemu"
41-
QEMU_VER: "qemu-user-static_6\\.2+dfsg-.*_amd64.deb$"
41+
QEMU_VER: "qemu-user-static_9.*_amd64.deb$"
4242
run: |
4343
DEB=`curl -s $QEMU_SRC/ | grep -o -E 'href="([^"#]+)"' | cut -d'"' -f2 | grep $QEMU_VER | tail -1`
4444
wget $QEMU_SRC/$DEB

0 commit comments

Comments
 (0)