Skip to content

Commit

Permalink
ci(azure-pipelines.yml): change the Ubuntu VM to 'latest' (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmwelch authored Nov 18, 2021
1 parent c4eb24e commit d9d5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
parameters:
name: Linux
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'ubuntu-latest'

- template: jobs/build.yml # Template reference
parameters:
Expand Down

0 comments on commit d9d5b30

Please # to comment.