Skip to content

Commit 6fb348f

Browse files
committed
ci linux: bump qemu-6.1.0
1 parent 3b09262 commit 6fb348f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure/linux_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd $HOME
2020
wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"
2121
tar xf "$CACHE_BASENAME.tar.xz"
2222

23-
QEMUBASE="qemu-linux-x86_64-5.2.0.1"
23+
QEMUBASE="qemu-linux-x86_64-6.1.0"
2424
wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"
2525
tar xf "$QEMUBASE.tar.xz"
2626
export PATH="$(pwd)/$QEMUBASE/bin:$PATH"

0 commit comments

Comments
 (0)