From e5e1cd1a83e2e7aa2179db3de5fc00d76713ec6f Mon Sep 17 00:00:00 2001 From: Gua Guo Date: Thu, 27 Apr 2023 13:07:02 +0800 Subject: .azurepipelines: Switch linux image default to Fedora-37 Switch default linux build image from Fedora-35 to Fedora-37 Cc: Michael D Kinney Cc: Sean Brogan Cc: Michael Kubacki Cc: Oliver Steffen Cc: Chris Fernald Signed-off-by: Gua Guo Reviewed-by: Michael Kubacki --- .azurepipelines/templates/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml index 8412a43..6730a0e 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" -- cgit v1.1