Skip to content

Commit d9d5b30

Browse files
authored
ci(azure-pipelines.yml): change the Ubuntu VM to 'latest' (#860)
* Changes Ubuntu VM to no longer point to deprecated VM (https://github.com/actions/virtual-environments/tree/df27520b1f223f23188191ec1a3fdce76f5cddd8#available-environments)
1 parent c4eb24e commit d9d5b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
parameters:
1515
name: Linux
1616
pool:
17-
vmImage: 'Ubuntu-16.04'
17+
vmImage: 'ubuntu-latest'
1818

1919
- template: jobs/build.yml # Template reference
2020
parameters:

0 commit comments

Comments
 (0)