-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Add support for macos-14 #542
Conversation
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources does not include macos-14. The problem is |
@eregon Thanks for the quick reply |
I think for macOS & Windows, where in both cases we use builds on the oldest available GH-hosted runners we could let the action detect that case (self-hosted + version more recent than in GH-hosted runners) and continue, and just warn in its output about this case not being tested. For Linux that's not an option as we have different builds for each OS version. |
BTW you don't need to publish the release to the marketplace to try your action, just a tag or branch is enough. |
@eregon Oh thank you, I didn't know that :D |
I'll close this because that's not the correct way to fix this (macos-14 is not a I would welcome a PR to do #542 (comment) though. |
macOS 14 is now available on GitHub hosted runners (actions/runner-images#7508). Could this PR be reopened and merged? |
Will be done in #567 instead. |
Motivation
Adding
macos-14
image to the support list to avoid error if the runner is usingmacos-14