Skip to content

Commit

Permalink
Upgraded windows image on Azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Mar 9, 2022
1 parent 5dbe1fc commit 4ef70fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
jobs:
- job: 'Windows_clangcl'
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
timeoutInMinutes: 360
steps:

Expand Down Expand Up @@ -31,12 +31,10 @@ jobs:
conda info
displayName: "Configure Miniconda"
- script:
conda install mamba
# Create conda enviroment
# Note: conda activate doesn't work here, because it creates a new shell!
- script: |
mamba install cmake==3.14.0 ^
conda install cmake==3.14.0 ^
ninja ^
doctest==2.4.7 ^
nlohmann_json ^
Expand Down

0 comments on commit 4ef70fd

Please sign in to comment.