diff options
author | Gua Guo <gua.guo@intel.com> | 2023-04-27 13:07:02 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-27 21:55:58 +0000 |
commit | e5e1cd1a83e2e7aa2179db3de5fc00d76713ec6f (patch) | |
tree | eeb8337d3baa8e80663e22d3725f85e64dd233a0 | |
parent | 04f8371cddd1f9cddf46dad3bff4a6268c57de7a (diff) | |
download | edk2-e5e1cd1a83e2e7aa2179db3de5fc00d76713ec6f.tar.gz |
.azurepipelines: Switch linux image default to Fedora-37
Switch default linux build image from Fedora-35 to Fedora-37
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Oliver Steffen <osteffen@redhat.com>
Cc: Chris Fernald <chfernal@microsoft.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
Reviewed-by: Michael Kubacki <mikuback@linux.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 8412a43cad..6730a0e8e4 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-35-test:3b3eb8f"
+ default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:3b3eb8f"
|