Skip to content

Commit fdeaaf5

Browse files
committed
Bump minimum required CMake version to 3.16 in weekly CI
Signed-off-by: Björn Svensson <[email protected]>
1 parent 75a319b commit fdeaaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ jobs:
256256
scripts/test.sh
257257
258258
cmake-minimum-required:
259-
name: CMake 2.8.12 (min. required)
259+
name: CMake 3.16 (min. required)
260260
runs-on: ubuntu-24.04
261261
steps:
262262
- name: Setup cmake
263263
uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be # v2.0.2
264264
with:
265-
cmake-version: 2.8.12
265+
cmake-version: 3.16
266266
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
267267
- name: Build and run tests
268268
run: |

0 commit comments

Comments
 (0)