File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
' Windows ' :
10
10
VM_IMAGE : ' windows-latest'
11
11
' Linux ' :
12
- VM_IMAGE : ' ubuntu-16.04 '
12
+ VM_IMAGE : ' ubuntu-latest '
13
13
' macOS ' :
14
14
VM_IMAGE : ' macOS-latest'
15
15
pool :
@@ -25,7 +25,7 @@ stages:
25
25
' Windows ' :
26
26
VM_IMAGE : ' windows-latest'
27
27
' Linux ' :
28
- VM_IMAGE : ' ubuntu-16.04 '
28
+ VM_IMAGE : ' ubuntu-latest '
29
29
' macOS ' :
30
30
VM_IMAGE : ' macOS-latest'
31
31
pool :
@@ -44,7 +44,7 @@ stages:
44
44
- template : build/stages/artifacts-test.yml
45
45
parameters :
46
46
name : Linux
47
- vmImage : ' ubuntu-16.04 '
47
+ vmImage : ' ubuntu-latest '
48
48
- template : build/stages/artifacts-test.yml
49
49
parameters :
50
50
name : Windows
@@ -58,7 +58,7 @@ stages:
58
58
- template : build/stages/docker.yml
59
59
parameters :
60
60
name : Linux
61
- vmImage : ' ubuntu-16.04 '
61
+ vmImage : ' ubuntu-latest '
62
62
- template : build/stages/docker.yml
63
63
parameters :
64
64
name : Windows
You can’t perform that action at this time.
0 commit comments