From 0e91044d38a938cdbba1d7a861a1936f151ec8c1 Mon Sep 17 00:00:00 2001 From: Lucas Lara Date: Sun, 25 Sep 2022 22:31:47 +0200 Subject: [PATCH] Update ubuntu in pipeline --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c1972726..309640bf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: jobs: - job: Build_Binaries pool: - vmImage: 'Ubuntu 18.04' + vmImage: 'ubuntu-20.04' steps: - task: GoTool@0 @@ -32,7 +32,7 @@ jobs: - job: Linux dependsOn: Build_Binaries pool: - vmImage: 'Ubuntu 18.04' + vmImage: 'ubuntu-20.04' steps: - task: DownloadBuildArtifacts@0 displayName: 'Download Build Artifacts'