From e74382b602742df46818748ba63596b7806e475f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 6 Mar 2022 20:03:57 -0700 Subject: [PATCH] ci: azure: update to newest LTS ubuntu --- ci/azure/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index b93d057e6a..ef9b6dfb15 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -174,7 +174,7 @@ jobs: strategy: maxParallel: 1 pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' variables: version: $[ dependencies.BuildMacOS.outputs['main.version'] ] steps: