From bac5cfe9c2f3a117c22745a9385cbd316a0d2d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 20 Oct 2021 19:19:32 +0200 Subject: [PATCH] Bump unbuntu image to 20.04 --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 49e3920c..a5218c26 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,7 +30,7 @@ jobs: - job: Linux dependsOn: CodeFormatValidation pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - script: | sudo add-apt-repository 'deb http://download.opensuse.org/repositories/home:/selmf/xUbuntu_18.04/ /' @@ -131,7 +131,7 @@ jobs: variables: - group: artifactory pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - task: DownloadPipelineArtifact@2 inputs: @@ -159,7 +159,7 @@ jobs: variables: - group: github-releases pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - task: DownloadPipelineArtifact@2 inputs: