Commit f4f29770 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

update xcode CI config to 9.4.1

Summary: This addresses #375. Change circleci mac version to 9.4.1 just like torchvision did in https://github.com/pytorch/vision/issues/2629 .

Reviewed By: gkioxari

Differential Revision: D23866112

fbshipit-source-id: c5019618bcb7da8f950123fee201beaad55fecab
parent f34f4073
...@@ -185,7 +185,7 @@ jobs: ...@@ -185,7 +185,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.0" xcode: "9.4.1"
steps: steps:
- checkout - checkout
- run: - run:
......
...@@ -185,7 +185,7 @@ jobs: ...@@ -185,7 +185,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.0" xcode: "9.4.1"
steps: steps:
- checkout - checkout
- run: - run:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment