MOBILE-4270 travis: Update travis xcode version

main
Pau Ferrer Ocaña 2023-05-10 10:23:49 +02:00
parent 7778a1c51a
commit afbea45fd0
1 changed files with 6 additions and 5 deletions

View File

@ -18,6 +18,7 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
- $HOME/Library/Caches/Homebrew
before_install:
- nvm install
@ -34,8 +35,7 @@ script:
jobs:
include:
- stage: build
name: "Build Android"
- name: "Build Android"
if: env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)
language: android
android:
@ -63,13 +63,14 @@ jobs:
- libsecret-1-dev
- php5-cli
- php5-common
- stage: build
name: "Build iOS"
- name: "Build iOS"
language: node_js
if: env(BUILD_IOS) = 1 AND (env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank))
os: osx
osx_image: xcode13.1
osx_image: xcode14.2
addons:
homebrew:
packages:
- jq
before_cache:
- brew cleanup