Skip to content

Commit b2d11ae

Browse files
committed
Fixes deprecated ubuntu vmImage value
actions/runner-images#3287
1 parent 3b2c023 commit b2d11ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pool:
2-
vmImage: 'Ubuntu-16.04'
2+
vmImage: 'ubuntu-18.04'
33

44
steps:
55
- task: NodeTool@0

0 commit comments

Comments
 (0)