From eb30594f1017c5915f49b0a8506a83173fa78ef3 Mon Sep 17 00:00:00 2001 From: Peter Argany Date: Tue, 8 Jun 2021 09:52:13 -0700 Subject: [PATCH] Bump CI Xcode and iOS Version to 14.5 Summary: Similar to https://github.com/facebook/react-native/pull/31554 (D28547839 (https://github.com/facebook/react-native/commit/b2ec89fdfc4db589db35982360c9a89eaac41caf)) 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 --- .circleci/config.yml | 2 +- scripts/.tests.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63b6f58b66..bede3da0b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ executors: reactnativeios: <<: *defaults macos: - xcode: &_XCODE_VERSION "12.4.0" + xcode: &_XCODE_VERSION "12.5.0" # ------------------------- # COMMANDS diff --git a/scripts/.tests.env b/scripts/.tests.env index 207db18f46..2c833a8b45 100644 --- a/scripts/.tests.env +++ b/scripts/.tests.env @@ -24,7 +24,7 @@ export AVD_ABI=x86 export ANDROID_DISABLE_AVD_TESTS=1 ## IOS ## -export IOS_TARGET_OS="14.4" +export IOS_TARGET_OS="14.5" export IOS_DEVICE="iPhone 8" export SDK_IOS="iphonesimulator"