diff options
author | Oliver Steffen <osteffen@redhat.com> | 2025-04-23 11:28:33 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-08-07 03:06:01 +0000 |
commit | 9418a9f1e7de67f1c660dab9bbbd891a0ccd028f (patch) | |
tree | db547f2a5b1f9c4ab4efc725174be19278b7d12b | |
parent | 057a611ae6e3c4a1b2811220576a6b48be349cb8 (diff) | |
download | edk2-9418a9f1e7de67f1c660dab9bbbd891a0ccd028f.zip edk2-9418a9f1e7de67f1c660dab9bbbd891a0ccd028f.tar.gz edk2-9418a9f1e7de67f1c660dab9bbbd891a0ccd028f.tar.bz2 |
.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>
-rw-r--r-- | .azurepipelines/templates/defaults.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml index e6d02cd..c748459 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"
|