Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI: changed iOS 12/13 to use Xcode 13 #1918

Merged
merged 2 commits into from
Sep 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,12 @@ workflows:
- run-test-ios-14:
xcode_version: '14.0.0'
- run-test-ios-13:
xcode_version: '14.0.0'
# Simulator fails to install on Xcode 14
xcode_version: '13.4.1'
<<: *release-branches-and-main
- run-test-ios-12:
xcode_version: '14.0.0'
# Simulator fails to install on Xcode 14
xcode_version: '13.4.1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment explaining why we are not using xcode 14?

Copy link
Contributor Author

@NachoSoto NachoSoto Sep 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point

<<: *release-branches-and-main
- build-tv-watch-and-macos:
# This is the only job not using Xcode 14 yet
Expand Down