From 6ee8e63be8f8582c3fd06aa4944c4ddced90af37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 4 Oct 2021 09:57:17 -0700 Subject: [PATCH] Update ubuntu pool 16.04 pool doesn't exist anymore. --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80e2251f..1a31f69e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,10 +97,10 @@ stages: artifactType: Container parallel: true - - job: Ubuntu_16_04 - displayName: 'Ubuntu 16.04' + - job: Ubuntu_20_04 + displayName: 'Ubuntu 20.04' pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-20.04 variables: - name: _SignType value: none