Skip to content

Commit e1d97e9

Browse files
committed
adopt ClausK's ci updates for cmake, compiler
1 parent 914483d commit e1d97e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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')
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)