From: Luca Heltai Date: Wed, 18 Nov 2020 17:53:57 +0000 (+0100) Subject: Change to gcc-10. X-Git-Tag: v9.3.0-rc1~888^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11200%2Fhead;p=dealii.git Change to gcc-10. --- diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index a4abeaeba8..32a71f3aaf 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -50,7 +50,7 @@ jobs: ./contrib/utilities/download_clang_format - name: info run: | - g++-9 -v + g++-10 -v mpicxx -v cmake --version - name: configure