From cbe03a7a29a0f2415d98b079a09934aa4ce5eef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 27 May 2021 23:22:27 +0200 Subject: [PATCH] Try some newer Travis CI OS X image, maybe it will work... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f9d75046..bd834a9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ os: - osx dist: focal +osx_image: xcode11.6 before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi