Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Fix macOS build by working around bogus SDK detection
For whatever reason CMake seems to infer "12.6" as SDK version, because the GitHub Action macOS runner is based on macOS 12.6. But that number doesn't match the SDK version, which should be 13.1 here. This seems to be a long running issue with GitHub Actions' macOS runner: actions/runner-images#2211 Though I can't tell if it's a CMake bug or a GitHub Actions image setup issue.
- Loading branch information