From ca97a00bb3ca9d7af224cd42de16df8594d174dc Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Sun, 14 Apr 2024 12:59:08 +0200 Subject: [PATCH] Revert "Pin cmake to 3.28.x due to build issues with 3.29" This reverts commit df0a86f076b81a8bb2d01a6f71e5e98851922d8e. Issue was fixed in 3.29.2 https://gitlab.kitware.com/cmake/cmake/-/issues/25873 --- .github/workflows/ResInsightWithCache.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index 854e676585..1124335926 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -91,8 +91,6 @@ jobs: - name: Use CMake uses: lukka/get-cmake@latest - with: - cmakeVersion: "~3.28.0" - name: Use MSVC (Windows) uses: ilammy/msvc-dev-cmd@v1