Revert adjustments with osx ci

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2022-09-16 17:20:52 +02:00
parent 094095e2cd
commit 9de9f78129
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)