.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:
committed by
mergify[bot]
parent
057a611ae6
commit
9418a9f1e7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user