From 81cb0371f9db299048525cfd2a96d81a5c791568 Mon Sep 17 00:00:00 2001 From: Oliver Steffen Date: Thu, 1 Jun 2023 10:00:44 +0200 Subject: CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Use the latest Linux container image (from 2023-05-30). It uses Qemu 8.0.0 and gcc 12. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324 Signed-off-by: Oliver Steffen Acked-by: Ard Biesheuvel Reviewed-by: Michael Kubacki --- .azurepipelines/templates/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.azurepipelines') diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml index 6730a0e..8006495 100644 --- a/.azurepipelines/templates/defaults.yml +++ b/.azurepipelines/templates/defaults.yml @@ -9,4 +9,4 @@ variables: default_python_version: ">=3.10.6" - default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:3b3eb8f" + default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931" -- cgit v1.1