Skip to content

Commit

Permalink
Merge #2079
Browse files Browse the repository at this point in the history
2079: chore: upgrade dependencies on Windows in azure pipelines r=doitian,zhangsoledad a=yangby-cryptape

CI Result Preview: [CKB GitHub Action](https://github.com/nervosnetwork/ckb/runs/683297253)

Co-authored-by: Boyu Yang <[email protected]>
  • Loading branch information
bors[bot] and yangby-cryptape authored May 18, 2020
2 parents 4a0da61 + 1efb19e commit 522d3ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
)
)
pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2019'
steps:
- template: devtools/azure/windows-dependencies.yml
parameters:
Expand All @@ -45,7 +45,7 @@ jobs:
)
)
pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2019'
steps:
- template: devtools/azure/windows-dependencies.yml
parameters:
Expand All @@ -59,7 +59,7 @@ jobs:
timeoutInMinutes: 0
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2019'
steps:
- template: devtools/azure/windows-dependencies.yml
parameters:
Expand Down

0 comments on commit 522d3ba

Please sign in to comment.