Skip to content

Commit f621e50

Browse files
committed
MOBILE-3523 release: Build using Xcode 12.2 (latest)
1 parent 646a4f4 commit f621e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: "Build iOS"
7272
if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch != desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank))
7373
os: osx
74-
osx_image: xcode12u
74+
osx_image: xcode12.2
7575
env:
7676
- BUILD_PLATFORM='ios'
7777
script: scripts/aot.sh
@@ -88,7 +88,7 @@ jobs:
8888
name: "Build MacOS"
8989
if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch = desktop) OR (env(DEPLOY) = 3 AND tag IS NOT blank))
9090
os: osx
91-
osx_image: xcode12u
91+
osx_image: xcode12.2
9292
env:
9393
- ELECTRON_CACHE=$HOME/.cache/electron
9494
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

0 commit comments

Comments
 (0)