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