Skip to content

Commit 68a3554

Browse files
bottlerfacebook-github-bot
authored andcommitted
xcode update for mac builds
Summary: Avoid using old xcode which CircleCI say is deprecated. Reviewed By: patricklabatut Differential Revision: D29538176 fbshipit-source-id: 1e2ae4845d42365c778536446958966bbecf188c
1 parent 4426a9d commit 68a3554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.in.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
binary_macos_wheel:
210210
<<: *binary_common
211211
macos:
212-
xcode: "9.4.1"
212+
xcode: "12.0"
213213
steps:
214214
- checkout
215215
- run:

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
binary_macos_wheel:
210210
<<: *binary_common
211211
macos:
212-
xcode: "9.4.1"
212+
xcode: "12.0"
213213
steps:
214214
- checkout
215215
- run:

0 commit comments

Comments
 (0)