Skip to content

Commit d0d10cc

Browse files
authored
Change OS X image
1 parent 42db981 commit d0d10cc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,17 @@ matrix:
6464
- gfortran
6565
env: PROJECT="SYMPHONY@stable/5.6"
6666
- os: osx
67-
env: PROJECT="Osi --no-prompt"
67+
osx_image: xcode12
68+
env: OSX=10.15
69+
CC=gcc
70+
CXX=g++
71+
PROJECT="Osi --no-prompt"
6872
BUILD_ARGS="ADD_CXXFLAGS=-DFOO"
73+
- os: osx
74+
osx_image: xcode12
75+
env: OSX=10.15
76+
PROJECT="Osi --no-prompt"
77+
compiler: clang
6978

7079
before_script:
7180
- |-

0 commit comments

Comments
 (0)