Skip to content

Commit

Permalink
Change to Windows latest image on Azure CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Feb 15, 2022
1 parent df8dcd4 commit 9f8ed3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure-minimal-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Linux:
vmImage: ubuntu-18.04
Windows:
vmImage: vs2017-win2016
vmImage: windows-latest
pool:
vmImage: $(vmImage)

Expand Down
2 changes: 1 addition & 1 deletion ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
MacOS:
vmImage: macOS-10.15
Windows:
vmImage: vs2017-win2016
vmImage: windows-latest
pool:
vmImage: $(vmImage)

Expand Down

0 comments on commit 9f8ed3d

Please sign in to comment.