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'
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