Skip to content

Commit cea0e5c

Browse files
committed
WIP trying GCC 7 on macOS
1 parent a41e55f commit cea0e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ matrix:
8282
- os: osx
8383
osx_image: xcode10.1
8484
env:
85-
- MATRIX_EVAL="brew install gcc@8 && CC=gcc-8 && CXX=g++-8"
85+
- MATRIX_EVAL="brew install gcc@7 && CC=gcc-7 && CXX=g++-7"
8686
# osx with xcode10.1/clang
8787
- os: osx
8888
osx_image: xcode10.1

0 commit comments

Comments
 (0)