From 845a2023987ec45a0a40de36eea22fc02376bdcb Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 28 Mar 2020 14:00:08 +0100 Subject: [PATCH] Switch to a more up to date Mac image This solves having to update brew --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c149b611..8b316893e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux - osx -osx_image: xcode10.3 +osx_image: xcode11.3 notifications: email: @@ -17,8 +17,6 @@ addons: homebrew: packages: - mingw-w64 - update: true - env: - MAKE_BUILD=make - MAKE_BUILD=debug