use xcode 14.2.0 on circleCI (#7248)
This commit is contained in:
parent
77095b1034
commit
f44b28deb6
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ executors:
|
|||
NODE_ENV: production
|
||||
BABEL_ENV: production
|
||||
macos:
|
||||
xcode: "14.0.0"
|
||||
xcode: "14.2.0"
|
||||
working_directory: ~/mattermost-mobile
|
||||
shell: /bin/bash --login -o pipefail
|
||||
resource_class: <<parameters.resource_class>>
|
||||
|
|
@ -603,6 +603,7 @@ workflows:
|
|||
branches:
|
||||
only:
|
||||
- /^build-\d+$/
|
||||
- /^build-release-\d+$/
|
||||
- /^build-ios-sim-\d+$/
|
||||
|
||||
- github-release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue