Skip to content

Commit

Permalink
build: Update CI build image
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jan 9, 2021
1 parent 15113f7 commit 07877ae
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 @@ -17,7 +17,7 @@ variables:
jobs:
- job: Windows
pool:
vmImage: 'windows-2019'
vmImage: 'windows-latest'
strategy:
matrix:
# Debug:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- Windows
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
pool:
vmImage: 'windows-2019'
vmImage: 'windows-latest'
steps:
- template: build/setup-variables.yml
- task: DownloadPipelineArtifact@1
Expand Down

0 comments on commit 07877ae

Please sign in to comment.