mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
386dbd943c
commit
43cf565866
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user