Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake.yml: Downgrade to GCC 13.2 for macOS 12 to fix the build
Seems like GitHub Actions managed to break GCC 13 with a recent update: Worked: macOS 12.7.4 20240514.3 + GCC 13.2.0 Broken: macOS 12.7.5 20240602.1 + GCC 13.3.0 ^ ^^^^^ ^ Result "not found" for test "Looking for include file sys/xattr.h" is the earliest indicator something broke on their side during the build. Potentially related to actions/runner-images#9997 .
- Loading branch information