github actions: Do not use gcc to compile on Mac OS
This commit is contained in:
parent
2e7817f609
commit
cec302c04e
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue