.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 <osteffen@redhat.com>
This commit is contained in:
Oliver Steffen
2025-04-23 11:28:33 +02:00
committed by mergify[bot]
parent 057a611ae6
commit 9418a9f1e7

View File

@@ -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"