Skip to content

Commit acbda80

Browse files
Update dependency qemu/qemu to v11
1 parent 63135d0 commit acbda80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/install-qemu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -euo pipefail
88

99
INSTALL_DIR="${1:?Usage: install-qemu.sh <install-dir>}"
10-
QEMU_VERSION="10.2.2" # Latest version as of April 5, 2026
10+
QEMU_VERSION="11.0.0" # Latest version as of April 5, 2026
1111

1212
curl --location "https://download.qemu.org/qemu-${QEMU_VERSION}.tar.xz" | tar xvJ
1313
cd "qemu-${QEMU_VERSION}"

0 commit comments

Comments
 (0)