Skip to content

Commit 092448b

Browse files
committed
driveby: update ci to cmake 3.28
1 parent bbd932d commit 092448b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Ninja
4242
uses: lukka/get-cmake@latest
4343
with:
44-
cmakeVersion: ~3.25.0
44+
cmakeVersion: ~3.28.0
4545
ninjaVersion: ^1.11.1
4646
- name: Setup MSVC
4747
if: startsWith(matrix.platform.os, 'windows')
@@ -104,7 +104,7 @@ jobs:
104104
- name: Setup build environment
105105
uses: lukka/get-cmake@latest
106106
with:
107-
cmakeVersion: ~3.25.0
107+
cmakeVersion: ~3.28.0
108108
ninjaVersion: ^1.11.1
109109
- name: Install Compiler
110110
id: install-compiler

0 commit comments

Comments
 (0)