From 1349af113c7f943695ed659e1c744699a7639f77 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 1 Nov 2021 08:26:04 -0600 Subject: [PATCH] switch azure ubuntu image from 16.04 to 20.04 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 005f3fa3c6..d4e784152d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ jobs: - template: ci/azure/posix.yml parameters: name: Test_bare_Linux - vmImage: ubuntu-16.04 + vmImage: ubuntu-20.04 - template: ci/azure/posix.yml @@ -21,7 +21,7 @@ jobs: - template: ci/azure/conda_linux.yml parameters: name: Test_conda_linux - vmImage: ubuntu-16.04 + vmImage: ubuntu-20.04 - template: ci/azure/conda_windows.yml