[PATCH] CI: Azure: Move to Ubuntu 22.04 image

Tom Rini trini at konsulko.com
Tue Aug 9 04:44:45 CEST 2022


As per https://github.com/actions/runner-images/issues/6002 the Ubuntu
18.04 image is deprecated and will be removed by December 1, 2022.
Move to the Ubuntu 22.04 image as our base for launching our containers
from.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 36ca3cb46264..47bf3b5e01ec 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -1,6 +1,6 @@
 variables:
   windows_vm: windows-2019
-  ubuntu_vm: ubuntu-18.04
+  ubuntu_vm: ubuntu-22.04
   macos_vm: macOS-10.15
   ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220302-15Mar2022
   # Add '-u 0' options for Azure pipelines, otherwise we get "permission
-- 
2.25.1



More information about the U-Boot mailing list