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
This commit is contained in:
Jeremy Reizenstein 2021-07-05 06:08:41 -07:00 committed by Facebook GitHub Bot
parent 4426a9d12c
commit 68a35543d5
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.4.1" xcode: "12.0"
steps: steps:
- checkout - checkout
- run: - run:

View File

@ -209,7 +209,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.4.1" xcode: "12.0"
steps: steps:
- checkout - checkout
- run: - run: