Skip to content

Commit

Permalink
ci: update azure build images
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 27, 2021
1 parent 4731d2b commit 473f5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- job: Test_Windows
displayName: Run Tests on Windows
pool:
vmImage: vs2017-win2016
vmImage: "windows-2019"
strategy:
matrix:
Node_v10:
Expand All @@ -36,7 +36,7 @@ jobs:
- job: Test_MacOS
displayName: Run Tests on MacOS
pool:
vmImage: macos-10.13
vmImage: "macOS-10.15"
strategy:
matrix:
Node_v10:
Expand Down

0 comments on commit 473f5d8

Please sign in to comment.