Skip to content

Commit 56fea54

Browse files
committed
Update .travis.yml
1 parent f93c661 commit 56fea54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ matrix:
239239

240240
# CLANG
241241
- os: osx
242-
osx_image: xcode10
242+
osx_image: xcode11
243243
compiler: clang
244244
env:
245245
- MATRIX_EVAL="CC=clang && CXX=clang++ && export PATH=\"/usr/local/opt/llvm/bin:$PATH\" && export LDFLAGS=\"-L/usr/local/opt/llvm/lib\" && export CPPFLAGS=\"-I/usr/local/opt/llvm/include\""
@@ -255,7 +255,7 @@ matrix:
255255
- clinfo
256256
# GCC
257257
- os: osx
258-
osx_image: xcode10
258+
osx_image: xcode11
259259
compiler: gcc
260260
cache:
261261
ccache: true

0 commit comments

Comments
 (0)