Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xcode version in CI macOS jobs. #1485

Merged
merged 1 commit into from
May 5, 2021

Conversation

mthrok
Copy link
Collaborator

@mthrok mthrok commented May 3, 2021

All macOS CI jobs were failing at brew.
The issue was the macOS version 10.13, which is no longer supported by brew.
The macOS version is indirectly controlled by xcode version as listed here.

Updating the xcode to "12.0" as in PyTorch core bump macOS version to 10.15 and it resolves the issue.
Python 3.9 is still failing but it's packaging issue on upstream, which needs to be resolved separately.

@mthrok mthrok force-pushed the test-macos-issue branch from ab424ef to 7dc3656 Compare May 5, 2021 13:15
@mthrok mthrok changed the title Enable homebrew update Update xcode version in CI macOS jobs. May 5, 2021
@mthrok mthrok requested a review from seemethere May 5, 2021 13:26
@mthrok mthrok marked this pull request as ready for review May 5, 2021 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants