From a5761c8f4b1ef4eca052d9af07374c8e212a55db Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:49:56 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7eff8d0..36f9692b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: - stage: Deploy Windows & Mac if: tag IS present os: osx - osx_image: xcode11.3 + osx_image: xcode12.0 script: - newVersion=$(git describe --abbrev=0) - yarn version --new-version $newVersion