ci: Use ubuntu-latest vmImage where applicable

Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
This commit is contained in:
ameerj 2021-10-11 16:57:41 -04:00
parent df32c5e496
commit 3cb7acfc3f
4 changed files with 12 additions and 0 deletions

View file

@ -1,6 +1,8 @@
jobs:
- job: merge
displayName: 'pull requests'
pool:
vmImage: 'ubuntu-latest'
steps:
- checkout: self
submodules: recursive
@ -24,6 +26,8 @@ jobs:
- job: upload_source
displayName: 'upload'
dependsOn: merge
pool:
vmImage: 'ubuntu-latest'
steps:
- template: ./sync-source.yml
parameters: