Skip to content

Commit 473f5d8

Browse files
committed
ci: update azure build images
1 parent 4731d2b commit 473f5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/.azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- job: Test_Windows
2222
displayName: Run Tests on Windows
2323
pool:
24-
vmImage: vs2017-win2016
24+
vmImage: "windows-2019"
2525
strategy:
2626
matrix:
2727
Node_v10:
@@ -36,7 +36,7 @@ jobs:
3636
- job: Test_MacOS
3737
displayName: Run Tests on MacOS
3838
pool:
39-
vmImage: macos-10.13
39+
vmImage: "macOS-10.15"
4040
strategy:
4141
matrix:
4242
Node_v10:

0 commit comments

Comments
 (0)