From 9418a9f1e7de67f1c660dab9bbbd891a0ccd028f Mon Sep 17 00:00:00 2001 From: Oliver Steffen Date: Wed, 23 Apr 2025 11:28:33 +0200 Subject: [PATCH] .azurepipelines: Use Fedora 41 image for Linux CI jobs Fedora 40, which is currently used as the base image for the Linux jobs in the CI, is EOL. Switch over to the Fedora 41 image (gcc 14). 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 e6d02cd0e5..c748459885 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-40-test:c98ff99" + default_linux_image: "ghcr.io/tianocore/containers/fedora-41-test:4dbfa9e"