From: Matthias Maier Date: Thu, 17 Dec 2020 00:03:06 +0000 (-0600) Subject: Github actions: osx use newest cmake X-Git-Tag: v9.3.0-rc1~749^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24252397b60f2d28ac7cc2157f09c5ae3f2325d;p=dealii.git Github actions: osx use newest cmake --- diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 11ffe8e2cd..091d544d37 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -14,9 +14,6 @@ jobs: - name: setup run: | ./contrib/utilities/download_clang_format - # force cmake version: - pip install cmake==3.18.4 - echo "/Library/Frameworks/Python.framework/Versions/2.7/bin" >> $GITHUB_PATH - name: info run: | g++ -v @@ -44,9 +41,6 @@ jobs: - uses: actions/checkout@v2 - name: setup run: | - # force cmake version: - pip install cmake==3.18.4 - echo "/Library/Frameworks/Python.framework/Versions/2.7/bin" >> $GITHUB_PATH brew install openmpi cmake --version # uncomment these for a gcc based build