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 to macOS13 runner image #13728

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

diceroll123
Copy link
Contributor

@diceroll123 diceroll123 commented Oct 13, 2024

Summary

Updates Github Actions macOS runner images to use macOS 13, since runners using 12 will be unavailable on/around December 3rd of this year.

Closes #13231

For more info, see that issue, as well as actions/runner-images#10721. There will be a 10-hour brownout on each Monday in November.

Test Plan

I did not. 😎 (until after the checks passed)

@MichaReiser MichaReiser added the cli Related to the command-line interface label Oct 13, 2024
@MichaReiser
Copy link
Member

MichaReiser commented Oct 13, 2024

Thanks for this PR and making us aware of the runner deprecation.

We intentionally downgraded the macOS runner in the past because using newer macOS versions resulted in binaries that are incompatible with macOS 11 (#11146, #9834). However, that means that we'll loose macOS 11 support, unless we find another way to cross compile binaries to macOS11.

@MichaReiser
Copy link
Member

I did some research and my general reading is that macOS only supports building for the same or newer versions but there doesn't seem to be a way to build for older macOS versions. That means, this PR drops support for macOS12 unless we find another way of running the release job in a macOs12 image.

I found some references of MACOSX_DEPLOYMENT_TARGET but it's unclear to me if that would have any effect, considering that the macOS13 image doesn't have the the macOS12 SDK installed.

@MichaReiser MichaReiser self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command-line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove use of macos-12 image
2 participants