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

Support older macOS versions in CI build #5697

Closed
wants to merge 1 commit into from

Conversation

yume-chan
Copy link
Contributor

Fixes #5649

These older OS versions are no longer supported by Apple, but the latest macOS SDK still supports building binaries for 10.13, and I see no downsides doing that.

I tested x86-64 build in a virtual machine running 10.15.7. I can't test the arm64 build.

# <https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md#xcode>
#
# then the minimal supported deployment target of that macOS SDK can be found at
# <https://developer.apple.com/support/xcode/#minimum-requirements>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK for the change, but why these comments related to xcode?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because macOS SDK is part of Xcode.

In the first link, you can see GitHub installed multiple versions of Xcode in the runner image, and each macOS SDK version is contained in one or more Xcode versions.

In fact, neither Xcode nor macOS SDK version matter now, because all recent macOS SDK versions support building for OS X 10.13. I just want to document where this 10.13 comes from.

rom1v pushed a commit that referenced this pull request Dec 23, 2024
@rom1v
Copy link
Collaborator

rom1v commented Dec 23, 2024

Merged: 5b1229a

@rom1v rom1v closed this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants