Upgrade tests to Xcode 11.3.1 (#28498)

Summary:
Upgrade Sandcastle and Circle CI tests to use Xcode 11.3.1 across the board.

Pull Request resolved: https://github.com/facebook/react-native/pull/28498
Pull Request resolved: https://github.com/facebook/react-native/pull/28501

Changelog:
[Internal] - Use Xcode 11.3.1 in iOS tests

Reviewed By: fkgozali

Differential Revision: D20821844

fbshipit-source-id: b250ca82bdf2c9fb7faa765d3e2433eb46efd692
This commit is contained in:
Héctor Ramos
2020-04-03 11:56:21 -07:00
committed by Facebook GitHub Bot
parent 74ee32c77e
commit 25836bc239
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ executors:
reactnativeios:
<<: *defaults
macos:
xcode: "11.3.0"
xcode: &_XCODE_VERSION "11.3.1"
# -------------------------
# COMMANDS
+1 -1
View File
@@ -1,5 +1,5 @@
# These should match the recommended versions listed in
# https://reactnative.dev/docs/getting-started.html
# https://reactnative.dev/docs/environment-setup
## ANDROID ##