From 4158e36037273b18eba28f4f1b8934748d842773 Mon Sep 17 00:00:00 2001 From: Oliver Steffen Date: Mon, 30 Sep 2024 11:10:25 +0200 Subject: [PATCH] CI: Use latest Fedora 40 image for Linux jobs The Fedora 40 images uses gcc 14, includes libasan and libubsan, clang, and some fixes and improvements. See https://github.com/tianocore/containers/commit/c98ff99762a17a6e04e79950c9b169c33faa9062 Signed-off-by: Oliver Steffen --- .azurepipelines/templates/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml index bc1cd058cc496..e6d02cd0e5e2d 100644 --- a/.azurepipelines/templates/defaults.yml +++ b/.azurepipelines/templates/defaults.yml @@ -9,4 +9,4 @@ variables: default_python_version: "3.12" - default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931" + default_linux_image: "ghcr.io/tianocore/containers/fedora-40-test:c98ff99"