Skip to content

Commit bd4699c

Browse files
committed
(build) update to ubuntu-latest
1 parent d9adde7 commit bd4699c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
'Windows':
1010
VM_IMAGE: 'windows-latest'
1111
'Linux':
12-
VM_IMAGE: 'ubuntu-16.04'
12+
VM_IMAGE: 'ubuntu-latest'
1313
'macOS':
1414
VM_IMAGE: 'macOS-latest'
1515
pool:
@@ -25,7 +25,7 @@ stages:
2525
'Windows':
2626
VM_IMAGE: 'windows-latest'
2727
'Linux':
28-
VM_IMAGE: 'ubuntu-16.04'
28+
VM_IMAGE: 'ubuntu-latest'
2929
'macOS':
3030
VM_IMAGE: 'macOS-latest'
3131
pool:
@@ -44,7 +44,7 @@ stages:
4444
- template: build/stages/artifacts-test.yml
4545
parameters:
4646
name: Linux
47-
vmImage: 'ubuntu-16.04'
47+
vmImage: 'ubuntu-latest'
4848
- template: build/stages/artifacts-test.yml
4949
parameters:
5050
name: Windows
@@ -58,7 +58,7 @@ stages:
5858
- template: build/stages/docker.yml
5959
parameters:
6060
name: Linux
61-
vmImage: 'ubuntu-16.04'
61+
vmImage: 'ubuntu-latest'
6262
- template: build/stages/docker.yml
6363
parameters:
6464
name: Windows

0 commit comments

Comments
 (0)