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

Always use standard MacOS package to suppress warning #56

Merged
merged 5 commits into from Apr 20, 2023

Conversation

jwlawson
Copy link
Owner

@jwlawson jwlawson commented Apr 20, 2023

CMake 3.19 and above provide two Mac packages:

  • cmake-3.19.4-macos-universal.dmg
  • cmake-3.19.4-macos10.10-universal.dmg

The 10.10 package uses OSX deployment target 10.10, while the standard
package uses 10.13. As the oldest (and now deprecated) github runner is
on 10.15 we can safely choose to use the standard package.
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners

Keeping both packages available for selection causes a warning on all
MacOS builds, so we can filter out the old packages to avoid this.

#26

@jwlawson jwlawson merged commit edf711e into master Apr 20, 2023
22 checks passed
@jwlawson jwlawson deleted the macos-warning branch April 20, 2023 12:36
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.

None yet

1 participant