From b0ec4f871bb2e86db4cf6f5423292ea6439fcfc1 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 6 Aug 2020 09:41:44 +0200 Subject: [PATCH] MOBILE-3499 core: Update osx_image for Travis to xcode12u --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7dfb6833..5511859d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ jobs: name: "Build iOS" if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND NOT branch = desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank)) os: osx - osx_image: xcode11.3 + osx_image: xcode12u env: - BUILD_PLATFORM='ios' script: scripts/aot.sh @@ -88,7 +88,7 @@ jobs: name: "Build MacOS" if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch = desktop) OR (env(DEPLOY) = 3 AND tag IS NOT blank)) os: osx - osx_image: xcode11.3 + osx_image: xcode12u env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder