Skip to content

Commit

Permalink
update to windows-2019 on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Nov 1, 2021
1 parent b684929 commit b29d7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- job: Windows
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

- job: Windows_IntegrationTests
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
steps:
- task: NodeTool@0
inputs:
Expand Down

0 comments on commit b29d7d2

Please sign in to comment.