From e48c5db65cb078c8ee84fd617441a78247671dad Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 21 Feb 2019 07:27:59 +0900 Subject: Travis CI: switch macOS builds to xcode10.1 image xcode10.0 seems to have Homebrew broken, and xcode9.4 has a problem with SSLSetALPNProtocols (see also commit f545d181ade8736dfda93e8abb34ab93ac34e931). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 515c6c50..3aaa4039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: - os: linux compiler: clang - os: osx - osx_image: xcode10 + osx_image: xcode10.1 env: [ 'PATH=/usr/local/opt/qt/bin:$PATH' ] addons: homebrew: -- cgit v1.2.3