From 5622458a4e3ef9afd85329c90e3095964fafcdd3 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Sat, 1 Jan 2022 15:38:13 +0100 Subject: [PATCH] using xcode 12.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36f9692b..ad87d70e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: - stage: Deploy Windows & Mac if: tag IS present os: osx - osx_image: xcode12.0 + osx_image: xcode12.4 script: - newVersion=$(git describe --abbrev=0) - yarn version --new-version $newVersion