Skip to content

Commit 72dfff8

Browse files
committed
See if gcc (vs clang) fixes mac CI failure
1 parent 65ca0ef commit 72dfff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer-scripts/travis/test-script.cmake.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ for version in ${GCC}; do
2727
export FC=gfortran-${version}
2828
export CC=gcc-${version}
2929
if [[ ${OSTYPE} == [Dd]arwin* ]]; then
30-
# Use clang on macOS because that's what homebrew and everyone else does
31-
export CC=clang
30+
# We should use clang on macOS because that's what homebrew and everyone else does
31+
export CC=gcc-8
3232
brew unlink openmpi || true
3333
brew unlink mpich || true
3434
for mpi in "mpich" "open-mpi"; do

0 commit comments

Comments
 (0)