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 b93d057e6a099d861ae7031ef03512ce68de53ec..ef9b6dfb158524183f6ffa4d219442b4c6881bc0 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: -- 2.54.0