Skip to content

Commit c361313

Browse files
authored
Disable deprecated 32bit xcode
1 parent 77a538d commit c361313

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ matrix:
214214
osx_image: xcode11.5
215215
before_script:
216216
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
217-
- brew update
218-
- brew install gcc@8 # for gfortran
219217
script:
220218
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
221219
env:
@@ -232,10 +230,10 @@ matrix:
232230
env:
233231
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
234232

235-
- <<: *test-macos
236-
osx_image: xcode11.5
237-
env:
238-
- BTYPE="TARGET=NEHALEM BINARY=32 NOFORTRAN=1"
233+
# - <<: *test-macos
234+
# osx_image: xcode10
235+
# env:
236+
# - BTYPE="TARGET=NEHALEM BINARY=32 NOFORTRAN=1"
239237

240238
- <<: *test-macos
241239
osx_image: xcode11.5

0 commit comments

Comments
 (0)