From 25836bc239f79bf4f3835e609182c06e09dea4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 3 Apr 2020 11:52:31 -0700 Subject: [PATCH] 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 --- .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 706f90b3e6c..1fc1f8473fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,7 @@ executors: reactnativeios: <<: *defaults macos: - xcode: "11.3.0" + xcode: &_XCODE_VERSION "11.3.1" # ------------------------- # COMMANDS diff --git a/scripts/.tests.env b/scripts/.tests.env index c981f7ca82e..69157de8963 100644 --- a/scripts/.tests.env +++ b/scripts/.tests.env @@ -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 ##