Skip to content

Commit 692b7e5

Browse files
authored
Fix OSX build (gcc9 already installed now, so upgrade to gcc10)
1 parent 67ab142 commit 692b7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
env: CMAKE_BUILD_TYPE=Coverage
2727
before_install:
2828
- brew update > /dev/null
29-
- brew install gcc > /dev/null
29+
- brew upgrade gcc > /dev/null
3030

3131
script:
3232
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST

0 commit comments

Comments
 (0)