3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-25 21:57:00 +00:00

Try to move using windows latest instead of VS2017

This commit is contained in:
Nikolaj Bjorner 2021-02-12 12:45:21 -08:00
parent 998cf4c726
commit 80d297dca2

View file

@ -88,7 +88,7 @@ stages:
- job: Windows32 - job: Windows32
displayName: "Windows 32-bit build" displayName: "Windows 32-bit build"
pool: pool:
vmImage: "vs2017-win2016" vmImage: "windows-latest"
steps: steps:
- task: CmdLine@2 - task: CmdLine@2
inputs: inputs:
@ -111,7 +111,7 @@ stages:
- job: Windows64 - job: Windows64
displayName: "Windows 64-bit build" displayName: "Windows 64-bit build"
pool: pool:
vmImage: "vs2017-win2016" vmImage: "windows-latest"
steps: steps:
- task: CmdLine@2 - task: CmdLine@2
inputs: inputs: