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: ...@@ -212,7 +212,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.0" xcode: "9.4.1"
steps: steps:
- checkout_merge - checkout_merge
- run: - run:
...@@ -234,7 +234,7 @@ jobs: ...@@ -234,7 +234,7 @@ jobs:
binary_macos_conda: binary_macos_conda:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.0" xcode: "9.4.1"
steps: steps:
- checkout_merge - checkout_merge
- run: - run:
......
...@@ -212,7 +212,7 @@ jobs: ...@@ -212,7 +212,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.0" xcode: "9.4.1"
steps: steps:
- checkout_merge - checkout_merge
- run: - run:
...@@ -234,7 +234,7 @@ jobs: ...@@ -234,7 +234,7 @@ jobs:
binary_macos_conda: binary_macos_conda:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "9.0" xcode: "9.4.1"
steps: steps:
- checkout_merge - checkout_merge
- 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