From 744c42bfd81e572a81e5f8327e4194a52f46df46 Mon Sep 17 00:00:00 2001 From: Oliver Steffen Date: Thu, 3 Aug 2023 13:44:22 +0200 Subject: OvmfPkg/PlatformCI: Use recent Qemu on Windows Bump the version of the Qemu chocolatey package up to 2023.7.25. The Linux CI is already using Qemu 8. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324 Signed-off-by: Oliver Steffen Reviewed-by: Laszlo Ersek Reviewed-by: Michael Kubacki --- OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml index b3b91aa84e..f7cba193d7 100644 --- a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml @@ -139,7 +139,7 @@ jobs: run_flags: $(Run.Flags) usePythonVersion: ${{ variables.default_python_version }} extra_install_step: - - powershell: choco install qemu --version=2021.5.5; Write-Host "##vso[task.prependpath]c:\Program Files\qemu" + - powershell: choco install qemu --version=2023.7.25; Write-Host "##vso[task.prependpath]c:\Program Files\qemu" displayName: Install QEMU and Set QEMU on path # friendly name displayed in the UI condition: and(gt(variables.pkg_count, 0), succeeded()) -- cgit v1.2.3