Skip to content

Commit 0ad38a0

Browse files
hramosfacebook-github-bot
authored andcommitted
Bump React Native iOS tests to Xcode 13.3.1
Summary: Upgrade the version of Xcode used in Sandcastle to Xcode 13.3.1, and the version used on Circle CI to Xcode 13.3.1. Added a reminder to the Circle CI config to ensure we keep these versions in sync in future updates. Circle CI software manifest: https://circle-macos-docs.s3.amazonaws.com/image-manifest/v7555/index.html Changelog: [Internal] Reviewed By: makovkastar Differential Revision: D36671468 fbshipit-source-id: 8c028915d38738c92b5f759186b0fb95a9274211
1 parent 40f4c66 commit 0ad38a0

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.circleci/config.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ references:
3030
attach_workspace:
3131
at: *hermes_workspace_root
3232

33+
# -------------------------
34+
# Dependency Anchors
35+
# -------------------------
36+
dependency_versions:
37+
# The Xcode version used on CircleCI OSS tests must be kept in sync with
38+
# the Xcode version used on Sandcastle OSS tests. See _XCODE_VERSION in
39+
# tools/utd/migrated_nbtd_jobs/react_native_oss.td
40+
xcode_version: &xcode_version "13.3.1"
41+
nodelts_image: &nodelts_image "cimg/node:16.14"
42+
nodeprevlts_image: &nodeprevlts_image "cimg/node:14.19"
43+
3344
# -------------------------
3445
# Cache Key Anchors
3546
# -------------------------
@@ -71,12 +82,12 @@ executors:
7182
<<: *defaults
7283
docker:
7384
# Note: Version set separately for Windows builds, see below.
74-
- image: cimg/node:16.14
85+
- image: *nodelts_image
7586
resource_class: "xlarge"
7687
nodeprevlts:
7788
<<: *defaults
7889
docker:
79-
- image: cimg/node:14.19
90+
- image: *nodeprevlts_image
8091
resource_class: "xlarge"
8192
reactnativeandroid:
8293
<<: *defaults
@@ -96,7 +107,7 @@ executors:
96107
reactnativeios:
97108
<<: *defaults
98109
macos:
99-
xcode: &_XCODE_VERSION "13.3.0"
110+
xcode: *xcode_version
100111
resource_class: macos.x86.medium.gen2
101112

102113
# -------------------------

0 commit comments

Comments
 (0)