From ac403a6e886454123009d37117a2993f9f6d3002 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 7 Oct 2022 12:16:50 +0100 Subject: [PATCH] Update azure image to 20.04 in example and our CI --- azure-pipelines.yml | 2 +- examples/azure-pipelines-minimal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 70275815..ee0d4747 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: linux_38 timeoutInMinutes: 120 - pool: {vmImage: 'Ubuntu-18.04'} + pool: {vmImage: 'Ubuntu-20.04'} steps: - task: UsePythonVersion@0 inputs: diff --git a/examples/azure-pipelines-minimal.yml b/examples/azure-pipelines-minimal.yml index a2de6ae0..303c39e6 100644 --- a/examples/azure-pipelines-minimal.yml +++ b/examples/azure-pipelines-minimal.yml @@ -1,6 +1,6 @@ jobs: - job: linux - pool: {vmImage: 'Ubuntu-18.04'} + pool: {vmImage: 'Ubuntu-20.04'} steps: - task: UsePythonVersion@0 - bash: |