You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always use standard MacOS package to suppress warning (#56)
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.
0 commit comments