Merge pull request #2637 from moodlehq/integration

Integration
main
Juan Leyva 2020-11-30 23:29:49 +01:00 committed by GitHub
commit 1d7b19e932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ jobs:
name: "Build iOS"
if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch != desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank))
os: osx
osx_image: xcode12u
osx_image: xcode12.2
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: xcode12u
osx_image: xcode12.2
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder