Skip to content

Commit

Permalink
Upgrade tests to Xcode 11.3.1 (#28498)
Browse files Browse the repository at this point in the history
Summary:
Upgrade Sandcastle and Circle CI tests to use Xcode 11.3.1 across the board.

Pull Request resolved: #28498
Pull Request resolved: #28501

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

Reviewed By: fkgozali

Differential Revision: D20821844

fbshipit-source-id: b250ca82bdf2c9fb7faa765d3e2433eb46efd692
  • Loading branch information
hramos authored and facebook-github-bot committed Apr 3, 2020
1 parent 74ee32c commit 25836bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ executors:
reactnativeios:
<<: *defaults
macos:
xcode: "11.3.0"
xcode: &_XCODE_VERSION "11.3.1"

# -------------------------
# COMMANDS
Expand Down
2 changes: 1 addition & 1 deletion scripts/.tests.env
Original file line number Diff line number Diff line change
@@ -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 ##
Expand Down

0 comments on commit 25836bc

Please sign in to comment.