From 8437bd38f4232954e858ae3a12690cd17c5f08b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 18 Oct 2021 23:59:13 +0200 Subject: [PATCH] Bump Ubuntu version used in all azure pipelines jobs ubuntu-16.04 is no longer available --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4488a91a..49e3920c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -131,7 +131,7 @@ jobs: variables: - group: artifactory pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-18.04' steps: - task: DownloadPipelineArtifact@2 inputs: @@ -159,7 +159,7 @@ jobs: variables: - group: github-releases pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-18.04' steps: - task: DownloadPipelineArtifact@2 inputs: