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 97452b9558
commit 1ea303e2af
4 changed files with 12 additions and 0 deletions

View File

@@ -29,5 +29,7 @@ stages:
jobs:
- job: release
displayName: 'source'
pool:
vmImage: 'ubuntu-latest'
steps:
- template: ./templates/release-private-tag.yml