From fc16776e954af6f5f8a0bae8ec7166b851e3cf78 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 10 Nov 2021 10:48:32 +1300 Subject: [PATCH] Use Ubuntu-latest --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 24c37725..82d69f84 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: - job: 'Test' pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'Ubuntu-latest' strategy: matrix: Python27: @@ -60,7 +60,7 @@ jobs: - job: 'Publish' dependsOn: 'Test' pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'Ubuntu-latest' steps: - task: UsePythonVersion@0