Conversation
remove Homebrew - didn't reliably work build everything w/ macos15, to match github runners rely more on cmake, bring cmake build inline with windows/linux style
re-add macos 15 runner with macos12 as min version add macos 26 runners as prep for macos27 (m-series only)
comment out some of the added runners to save time, $
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.
What does this PR do?
Closes Issue(s)
None that I'm aware of, I'm just fixing an issue that's bitten me personally off and on since 2022.
Motivation
I've had trouble building Performous on MacOS for a while. Not that it didn't work, just that it was pretty fiddly and the docs weren't up to date with the state of things. I've tried fixing this in the past with just a docs update, but this time I am going for a more complete cleanup.
More
Additional Notes