Use Ubuntu-latest

This commit is contained in:
Clinton Hall 2021-11-10 10:48:32 +13:00 committed by GitHub
commit fc16776e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
- job: 'Test' - job: 'Test'
pool: pool:
vmImage: 'Ubuntu-16.04' vmImage: 'Ubuntu-latest'
strategy: strategy:
matrix: matrix:
Python27: Python27:
@ -60,7 +60,7 @@ jobs:
- job: 'Publish' - job: 'Publish'
dependsOn: 'Test' dependsOn: 'Test'
pool: pool:
vmImage: 'Ubuntu-16.04' vmImage: 'Ubuntu-latest'
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0