summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-04-11 22:55:31 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-04-11 23:18:08 +0200
commit40f83459418a001dfe134afec145cb7b0ece5ed5 (patch)
treec3bc723eaf47af9ccbec41f8d8e31e0da51ca406 /.travis.yml
parent81a62fca5904697ae7d47158fb5c2a761428a7e2 (diff)
Pin Xcode version to 9.4.1 on Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5287e8ede6..046dd2d10b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,7 +91,8 @@ jobs:
- name: OSX/clang/SCons build
os: osx
- osx_image: xcode11
+ # The XCode version should match that on the build server!
+ osx_image: xcode9.4
compiler: clang
cache:
directories:
@@ -127,7 +128,8 @@ jobs:
- name: OSX/clang/CMake build
os: osx
- osx_image: xcode11
+ # The XCode version should match that on the build server!
+ osx_image: xcode9.4
compiler: clang
cache:
ccache: true