diff options
author | Oliver Steffen <osteffen@redhat.com> | 2023-06-01 10:00:44 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-06-27 00:57:17 +0000 |
commit | 81cb0371f9db299048525cfd2a96d81a5c791568 (patch) | |
tree | 008dd89e946c33b95c32b5515259581bb4ee3279 | |
parent | 638dfb4135441347f4bb8f242b4003a4e4395456 (diff) | |
download | edk2-81cb0371f9db299048525cfd2a96d81a5c791568.tar.gz |
CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
Use the latest Linux container image (from 2023-05-30).
It uses Qemu 8.0.0 and gcc 12.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324
Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.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 6730a0e8e4..8006495580 100644 --- a/.azurepipelines/templates/defaults.yml +++ b/.azurepipelines/templates/defaults.yml @@ -9,4 +9,4 @@ variables:
default_python_version: ">=3.10.6"
- default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:3b3eb8f"
+ default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931"
|