Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce Homebrew Python on Intel macOS runners
It appears that GitHub runners come with an extra "framework" Python symlinked into /usr/local. On arm64 runners this has no effect, since the Homebrew prefix has changed to /opt/homebrew. On x86_64 runners, however, Homebrew still lives in /usr/local and this is probably why CMake can't find the right Python. Try the minimum workaround first.
- Loading branch information