Unverified Commit ab590a4a authored by Eli Uriegas's avatar Eli Uriegas Committed by GitHub
Browse files

.circleci: Bump xcode workers to 9.4.1 (#2633)



Upstream is on 9.4.1 and we were experiencing issues when conda-build
was attempting to check for overlinking and failed out due to some files
not existing in xcode 9.0
Signed-off-by: default avatarEli Uriegas <eliuriegas@fb.com>
parent 497744b9
......@@ -212,7 +212,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout_merge
- run:
......@@ -234,7 +234,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout_merge
- run:
......
......@@ -212,7 +212,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout_merge
- run:
......@@ -234,7 +234,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout_merge
- 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