From 848bf758c75d3b9d446ef726ec722a9a9cd99d1c Mon Sep 17 00:00:00 2001 From: Patrick Boettcher
Date: Fri, 22 Sep 2023 15:28:07 +0200 Subject: [PATCH] use cmake 3.25 for runners (#296) --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6f0bf3c..af3638a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,8 +61,8 @@ jobs: if: matrix.compiler_version && matrix.toolchain == 'llvm' - uses: actions/checkout@v3 # container version is < 3.25 which does not have workflows - - name: Get latest cmake version - uses: lukka/get-cmake@latest + - name: Get a working cmake version + uses: lukka/get-cmake@v3.25.2 - name: Run CMake ${{ matrix.toolchain }}-ci workflow with nlohmann/json version ${{ matrix.json_version }} uses: lukka/run-cmake@v10.5 with: