Skip to content

Commit eb30594

Browse files
Peter Arganyfacebook-github-bot
Peter Argany
authored andcommitted
Bump CI Xcode and iOS Version to 14.5
Summary: Similar to #31554 (D28547839 (b2ec89f)) This diff bumps Xcode to 12.5.0 both internally, and in Circle CI. According to [Circle CI docs](https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions), their environments support Xcode 12.5.0. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D28952323 fbshipit-source-id: e15871d72094cfbcf9edb633586b37042e79901a
1 parent 7d1d4dc commit eb30594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ executors:
5252
reactnativeios:
5353
<<: *defaults
5454
macos:
55-
xcode: &_XCODE_VERSION "12.4.0"
55+
xcode: &_XCODE_VERSION "12.5.0"
5656

5757
# -------------------------
5858
# COMMANDS

scripts/.tests.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export AVD_ABI=x86
2424
export ANDROID_DISABLE_AVD_TESTS=1
2525

2626
## IOS ##
27-
export IOS_TARGET_OS="14.4"
27+
export IOS_TARGET_OS="14.5"
2828
export IOS_DEVICE="iPhone 8"
2929
export SDK_IOS="iphonesimulator"
3030

0 commit comments

Comments
 (0)