We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4731d2b commit 473f5d8Copy full SHA for 473f5d8
1 file changed
.ci/.azure-pipelines.yml
@@ -21,7 +21,7 @@ jobs:
21
- job: Test_Windows
22
displayName: Run Tests on Windows
23
pool:
24
- vmImage: vs2017-win2016
+ vmImage: "windows-2019"
25
strategy:
26
matrix:
27
Node_v10:
@@ -36,7 +36,7 @@ jobs:
36
- job: Test_MacOS
37
displayName: Run Tests on MacOS
38
39
- vmImage: macos-10.13
+ vmImage: "macOS-10.15"
40
41
42
0 commit comments