From 6702a8a19c6516d9b47e3e9f690d2eb2f04dc41b Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 9 Apr 2021 14:24:39 +0200 Subject: [PATCH] travis: osx default to 10.14 / xcode 11.3 (also no brew update to speed up builds) --- .travis.yml | 4 +++- travis/.travis.yml.example-full | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f80ed86..ee3cb48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,6 @@ addons: packages: - re2c - p7zip - update: true install: - python cue.py prepare @@ -84,6 +83,7 @@ jobs: - env: SET=test00 os: osx + osx_image: xcode11.3 install: python cue-test.py env script: python cue-test.py @@ -122,6 +122,7 @@ jobs: compiler: clang - os: osx + osx_image: xcode11.3 env: - SET=test01 - EXTRA=CMD_CFLAGS="-mmacosx-version-min=10.7" @@ -131,6 +132,7 @@ jobs: - env: SET=test01 BCFG=debug os: osx + osx_image: xcode11.3 compiler: clang - env: SET=test01 WINE=32 TEST=NO diff --git a/travis/.travis.yml.example-full b/travis/.travis.yml.example-full index f796f27..2ebd45d 100644 --- a/travis/.travis.yml.example-full +++ b/travis/.travis.yml.example-full @@ -39,7 +39,6 @@ addons: - re2c # for .zip/.7z archive hooks - p7zip - update: true install: - python .ci/cue.py prepare @@ -122,6 +121,7 @@ jobs: - env: BASE=7.0 os: osx + osx_image: xcode11.3 compiler: clang # Windows builds