From aba503b283382a5e4bf18fb555ffc698c61edfa8 Mon Sep 17 00:00:00 2001 From: Alexey Kudinkin Date: Wed, 30 Nov 2022 13:09:20 -0800 Subject: [PATCH] Bumping Azure Ubuntu image to 22.04, as 18.04 will be deprecated soon --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d450bfb9ab2b0..17c2f6dd785f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ trigger: - '*' # must quote since "*" is a YAML reserved character; we want a string pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-22.04' parameters: - name: job1Modules