From 5427cb21d5d0bbbe588c7458baeedb546be917e2 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 28 Sep 2019 09:31:22 +0200 Subject: [PATCH] try out Travis compilation with xcode11 since we got feedback that Jamulus does not compile on newest xcode --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 831ffaf8..a88e1381 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ matrix: # repo: corrados/jamulus # tags: true - os: osx - osx_image: xcode7.2 + osx_image: xcode11 before_install: - brew install qt5 - brew link qt5 --force