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