From 7790c99495298035833b13db7deca0781ba52e30 Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Fri, 13 Sep 2024 16:21:33 +0200 Subject: [PATCH] added cmake 3.28, which is the one shipped with ubuntu 24.04 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d234d6c237..e02de17791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,6 +220,11 @@ jobs: cmake_generator: "Unix Makefiles", ycm_version: "0.15.3", } + - { + cmake_version: "3.28.*", + cmake_generator: "Unix Makefiles", + ycm_version: "0.15.3", + } steps: - name: remove any previous installation of cmake run: |