File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 - name : Setup build environment
2828 uses : lukka/get-cmake@latest
2929 with :
30- cmakeVersion : " ~3.25 .0"
30+ cmakeVersion : " ~3.28 .0"
3131 ninjaVersion : " ^1.11.1"
3232 - name : Setup MSVC
3333 if : startsWith(matrix.presets.platform, 'windows')
8080 - name : Install Ninja
8181 uses : lukka/get-cmake@latest
8282 with :
83- cmakeVersion : " ~3.25 .0"
83+ cmakeVersion : " ~4.0 .0"
8484 ninjaVersion : " ^1.11.1"
8585 - name : Setup MSVC
8686 if : startsWith(matrix.platform.os, 'windows')
@@ -139,7 +139,7 @@ jobs:
139139 - name : Setup build environment
140140 uses : lukka/get-cmake@latest
141141 with :
142- cmakeVersion : " ~3.25 .0"
142+ cmakeVersion : " ~3.28 .0"
143143 ninjaVersion : " ^1.11.1"
144144 - name : Print installed softwares
145145 run : |
@@ -166,10 +166,10 @@ jobs:
166166 matrix :
167167 compilers :
168168 - class : GNU
169- version : 14
169+ version : 15
170170 toolchain : " cmake/gnu-toolchain.cmake"
171171 - class : GNU
172- version : 13
172+ version : 14
173173 toolchain : " cmake/gnu-toolchain.cmake"
174174 - class : LLVM
175175 version : 20
@@ -183,7 +183,7 @@ jobs:
183183 - name : Setup build environment
184184 uses : lukka/get-cmake@latest
185185 with :
186- cmakeVersion : " ~3.25 .0"
186+ cmakeVersion : " ~4.0 .0"
187187 ninjaVersion : " ^1.11.1"
188188 - name : Install Compiler
189189 id : install-compiler
You can’t perform that action at this time.
0 commit comments