Skip to content

Commit ea102cf

Browse files
authored
fixes osx build to use openjdk8 and latest xcode
1 parent a673129 commit ea102cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- stage: deploy
3636
language: cpp
3737
os: osx
38-
osx_image: xcode10.1
38+
osx_image: xcode11.2
39+
jdk: openjdk8
3940
compiler: clang
4041
before_install:
4142
- curl -O -L https://github.com/google/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz

0 commit comments

Comments
 (0)