Skip to content

Always use standard MacOS package to suppress warning#56

Merged
jwlawson merged 5 commits intomasterfrom
macos-warning
Apr 20, 2023
Merged

Always use standard MacOS package to suppress warning#56
jwlawson merged 5 commits intomasterfrom
macos-warning

Conversation

@jwlawson
Copy link
Copy Markdown
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
@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.

1 participant