From 5e77a671dd97b18e56b5f0d836c10a79a5f3bdde Mon Sep 17 00:00:00 2001 From: Scott Shambaugh <14363975+scottshambaugh@users.noreply.github.com> Date: Thu, 18 Aug 2022 18:24:25 -0600 Subject: [PATCH 1/2] Azure use ubuntu-latest and ubuntu-20.04 --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 38ff17833388..c2f4d1c55922 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ stages: jobs: - job: Skip pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-latest' variables: DECODE_PERCENTS: 'false' RET: 'true' @@ -39,13 +39,13 @@ stages: strategy: matrix: Linux_py38: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' # keep one job pinned to the oldest image python.version: '3.8' Linux_py39: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-latest' python.version: '3.9' Linux_py310: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-latest' python.version: '3.10' macOS_py38: vmImage: 'macOS-latest' From 7f03cd10674e7a05a67f0b8c8eb42b00f595bab4 Mon Sep 17 00:00:00 2001 From: Scott Shambaugh Date: Thu, 18 Aug 2022 22:49:47 -0600 Subject: [PATCH 2/2] Update name of package libgirepository-1.0.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c2f4d1c55922..640136a00e9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,7 +97,7 @@ stages: graphviz \ inkscape \ libcairo2 \ - libgirepository-1.0.1 \ + libgirepository-1.0-1 \ lmodern \ fonts-freefont-otf \ poppler-utils \