Skip to content

Commit 1650311

Browse files
authored
Bump xcode to 8.3
1 parent 191677b commit 1650311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ matrix:
149149

150150
- &test-macos
151151
os: osx
152-
osx_image: xcode8
152+
osx_image: xcode8.3
153153
before_script:
154154
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
155155
- brew update
156-
- travis_wait 30 brew install gcc # for gfortran
156+
- brew install gcc # for gfortran
157157
script:
158158
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
159159
env:

0 commit comments

Comments
 (0)