From f3a8a7360d5c23057cd1b88af5566855737a9a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 28 Nov 2020 19:43:37 +0100 Subject: [PATCH] Update to macOS 10.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Homebrew: > Warning: You are using macOS 10.13. > We (and Apple) do not provide support for this old version. > You will encounter build failures with some formulae. So, update to the 10.14 major version, fully-updated. Also remove the Xcode update attempt, it was added before Homebrew was warning about the Xcode version, but updating only after running Homebrew does not help, and anyway it does not complain anymore after the update. Signed-off-by: Miloslav Trmač --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a2f6671..52837138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ jobs: <<: *local-build name: local build for osx os: osx + osx_image: xcode11.3 install: # Ideally, the (brew update) should not be necessary and Travis would have fairly # frequently updated OS images; that's not been the case historically. @@ -64,7 +65,6 @@ jobs: # since the last OS image build (as of July 2020), but the Travis OS still # contains it, and it prevents updating of Python 3. - brew update && brew unlink python@2 && brew install gpgme - - sudo rm -rf /Library/Developer/CommandLineTools && sudo xcode-select --install script: - hack/travis_osx.sh - stage: local-build