Skip to content

Commit beb8122

Browse files
committed
[INTERNAL] Ugrade Azure Pipeline images
Some are being removed: https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
1 parent e0916ec commit beb8122

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,16 +9,16 @@ trigger:
99
strategy:
1010
matrix:
1111
linux_node_10:
12-
imageName: 'ubuntu-16.04'
12+
imageName: 'ubuntu-18.04'
1313
node_version: 10.x
1414
linux_node_latest:
15-
imageName: 'ubuntu-16.04'
15+
imageName: 'ubuntu-18.04'
1616
node_version: 12.x
1717
mac_node_latest:
18-
imageName: 'macos-10.13'
18+
imageName: 'macOS-10.15'
1919
node_version: 12.x
2020
windows_node_latest:
21-
imageName: 'vs2017-win2016'
21+
imageName: 'windows-2019'
2222
node_version: 12.x
2323

2424
pool:

0 commit comments

Comments
 (0)