github actions: Do not use gcc to compile on Mac OS

This commit is contained in:
Francesco Abbate 2021-04-27 17:49:24 +02:00
parent 2e7817f609
commit cec302c04e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
config:
- { name: "GCC", cc: gcc-10, cxx: g++-10 }
# - { name: "GCC", cc: gcc-10, cxx: g++-10 }
- { name: "clang", cc: clang, cxx: clang++ }
env:
CC: ${{ matrix.config.cc }}