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

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



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 ef01e245
......@@ -151,7 +151,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout
- install_build_tools_macos
......@@ -176,7 +176,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout
- install_build_tools_macos
......@@ -537,7 +537,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
resource_class: large
steps:
- checkout
......
......@@ -151,7 +151,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout
- install_build_tools_macos
......@@ -176,7 +176,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout
- install_build_tools_macos
......@@ -537,7 +537,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
resource_class: large
steps:
- checkout
......
# a comment for these trying times
channels:
- conda-forge
- defaults
......
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