Skip to content

Commit 1d7b19e

Browse files
authored
Merge pull request #2637 from moodlehq/integration
Integration
2 parents 3183161 + 4a89db7 commit 1d7b19e

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)