Skip to content

Commit d453b3c

Browse files
authored
Merge pull request #2483 from JohanMabille/ci
Upgraded windows image on Azure pipelines
2 parents 5dbe1fc + 4ef70fd commit d453b3c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
jobs:
33
- job: 'Windows_clangcl'
44
pool:
5-
vmImage: 'vs2017-win2016'
5+
vmImage: 'windows-2019'
66
timeoutInMinutes: 360
77
steps:
88

@@ -31,12 +31,10 @@ jobs:
3131
conda info
3232
displayName: "Configure Miniconda"
3333
34-
- script:
35-
conda install mamba
3634
# Create conda enviroment
3735
# Note: conda activate doesn't work here, because it creates a new shell!
3836
- script: |
39-
mamba install cmake==3.14.0 ^
37+
conda install cmake==3.14.0 ^
4038
ninja ^
4139
doctest==2.4.7 ^
4240
nlohmann_json ^

0 commit comments

Comments
 (0)