RN: Use OS=latest for Xcode in CI

Summary:
Changes React Native CI (both Sandcastle and Circle CI) to use `OS=latest` instead of a hardcoded version number.

This reduces the number of hardcoded configurations needed to be updated for new Xcode versions by one.

Changelog:
[Internal]

Reviewed By: fkgozali

Differential Revision: D29013193

fbshipit-source-id: 3c081de1b74a130867b2a599d3e7333846c96cf7
This commit is contained in:
Tim Yung
2021-06-09 18:46:53 -07:00
committed by Facebook GitHub Bot
parent 386dbd943c
commit 43cf565866
+1 -1
View File
@@ -24,7 +24,7 @@ export AVD_ABI=x86
export ANDROID_DISABLE_AVD_TESTS=1
## IOS ##
export IOS_TARGET_OS="14.5"
export IOS_TARGET_OS="latest"
export IOS_DEVICE="iPhone 8"
export SDK_IOS="iphonesimulator"