ARROW-10490: [CI] pin Xcode 11.7 (the new default 12.0.1 does not build)#8584
Closed
terencehonles wants to merge 1 commit intoapache:masterfrom
Closed
ARROW-10490: [CI] pin Xcode 11.7 (the new default 12.0.1 does not build)#8584terencehonles wants to merge 1 commit intoapache:masterfrom
terencehonles wants to merge 1 commit intoapache:masterfrom
Conversation
Xcode for GitHub actions has been changed to default to Xcode 12.0.1 (actions/runner-images#1712), but this breaks the build. This change pins builds to Xcode 11.7 until it can be fixed.
Contributor
Author
|
I split this change out of #8386 since I noticed the OS X tests were breaking elsewhere. Looking at when the tests started breaking, and build system differences I noticed it started breaking with Xcode 12 (actions/runner-images#1712) and after making this change it appears to have resolved the issue with the OS X builds. |
Member
|
#8587 will fix this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Xcode for GitHub actions has been changed to default to Xcode 12.0.1 (actions/runner-images#1712), but this breaks the build. This change pins builds to Xcode 11.7 until it can be fixed.