From 469bdff3ddfa041b355973568c1f189dcdca77c8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 11 Oct 2018 22:51:47 +0200 Subject: [PATCH] .travis.yml: Trying xcode8.3 with the build in the hopes that CoreAudio will behave more nicely. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5516542b..5d421c0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,19 +62,19 @@ matrix: compiler: clang # osx with gcc6 - os: osx - osx_image: xcode9.2 + osx_image: xcode8.3 compiler: gcc env: - MATRIX_EVAL="CC=gcc-6 CXX=g++-6" # osx with gcc7 - os: osx - osx_image: xcode9.2 + osx_image: xcode8.3 compiler: gcc env: - MATRIX_EVAL="CC=gcc-7 CXX=g++-7" # osx with gcc8 - os: osx - osx_image: xcode9.2 + osx_image: xcode8.3 compiler: gcc env: - MATRIX_EVAL="CC=gcc-8 CXX=g++-8"