diff options
author | Oliver Steffen <osteffen@redhat.com> | 2024-09-30 11:10:25 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-04 06:08:05 +0000 |
commit | 29859cbc28cc324c92179556dff17d523b6c684e (patch) | |
tree | eab7fa9c87c26c48d06872f03e7cedac6d0fb2dd | |
parent | 0f9dbb4abf540b606d1319af04482fcf46c55f6f (diff) | |
download | edk2-29859cbc28cc324c92179556dff17d523b6c684e.tar.gz |
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 <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 bc1cd058cc..e6d02cd0e5 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"
|