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