From 9de9f781295ba3d9053e75c334123e54bd5e51f4 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Fri, 16 Sep 2022 17:20:52 +0200 Subject: [PATCH] Revert adjustments with osx ci Signed-off-by: TheJackiMonster --- .travis.yml | 2 +- package/prepare_osx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6815c6a..75d6174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: generic os: - osx - linux -osx_image: xcode14 +osx_image: xcode13.4 sudo: required install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then package/prepare_osx.sh; fi diff --git a/package/prepare_osx.sh b/package/prepare_osx.sh index 50be1df..16ea848 100755 --- a/package/prepare_osx.sh +++ b/package/prepare_osx.sh @@ -4,7 +4,7 @@ set -ev # display each line executed along with output # seriously the CI needs to stop testing 99% of the time if homebrew has updates or not export HOMEBREW_NO_AUTO_UPDATE=1 # (please let it go, homebrew!) -brew update # (safe the CI some time) +# brew update # (safe the CI some time) # Upgrade to python 3.x # brew upgrade python # (should be fine)