From: Timo Heister Date: Thu, 3 Dec 2020 13:55:38 +0000 (-0500) Subject: CI: osx use cmake 3.18 X-Git-Tag: v9.3.0-rc1~808^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11305%2Fhead;p=dealii.git CI: osx use cmake 3.18 --- diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 091d544d37..91ecdc5338 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -14,6 +14,8 @@ jobs: - name: setup run: | ./contrib/utilities/download_clang_format + # force cmake version: + pip install cmake==3.18.4 - name: info run: | g++ -v @@ -41,6 +43,8 @@ jobs: - uses: actions/checkout@v2 - name: setup run: | + # force cmake version: + pip install cmake==3.18.4 brew install openmpi cmake --version # uncomment these for a gcc based build