From 306d467a29ac448a0c74b04d6e0c85bd458d6db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Sat, 30 Jul 2022 10:28:51 +0200 Subject: [PATCH] try the latest supported version of cmake --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 147c0d4..9735560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,16 @@ jobs: with: arch: ${{matrix.arch}} - - name: Install apt dependencies + - name: Install apt dependencies (Linux) if: matrix.os == 'ubuntu-latest' run: sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime + - name: Setup the oldest supported version of cmake (macOS) + if: matrix.os == 'macOS-latest' + uses: jwlawson/actions-setup-cmake@v1.12 + with: + cmake-version: '3.6.0' + - name: Configure CMake (Linux) if: matrix.os == 'ubuntu-latest' run: cmake