Skip to content

Commit 76e33a9

Browse files
authored
chore: Upgrade xcode version used in macos builds from 11.2.1 to 13.2.1, since 11.2.1 is now deprecated https://circleci.com/docs/2.0/testing-ios/\?\#supported-xcode-versions (#341)
1 parent 64b3057 commit 76e33a9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.circleci/config.base.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ executors:
1818
shell: bash.exe
1919
macos_node12: &macos_node12
2020
macos:
21-
xcode: "11.2.1"
21+
xcode: 13.2.1
2222
resource_class: large
2323

2424
defaults: &defaults
@@ -80,6 +80,8 @@ jobs:
8080
- equal: [ *windows_node12, << parameters.os >> ]
8181
steps:
8282
- checkout
83+
- run: nvm install 12.22.7
84+
- run: nvm alias default 12.22.7
8385
- run: yarn config set workspaces-experimental true
8486
- run: yarn cache clean --force
8587
- run: yarn run production-build

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ executors:
1919
shell: bash.exe
2020
macos_node12: &ref_1
2121
macos:
22-
xcode: 11.2.1
22+
xcode: 13.2.1
2323
resource_class: large
2424
defaults:
2525
working_directory: ~/repo
@@ -82,6 +82,8 @@ jobs:
8282
- << parameters.os >>
8383
steps:
8484
- checkout
85+
- run: nvm install 12.22.7
86+
- run: nvm alias default 12.22.7
8587
- run: yarn config set workspaces-experimental true
8688
- run: yarn cache clean --force
8789
- run: yarn run production-build

0 commit comments

Comments
 (0)