Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set required Xcode version in CI for gcc-13
The pre-installed gcc 13.3 (brew package 'gcc-13') only seems to work with an older MacOSX.sdk version than the default in a macos-12 runner. By setting a specific version gcc will use matching headers like: /Applications/Xcode_14.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h Add a check if the compiler is already installed, which silences a warning.
- Loading branch information