Skip to content

Commit

Permalink
cmake.yml: Downgrade to GCC 13.2 for macOS 12 to fix the build
Browse files Browse the repository at this point in the history
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
hartwork authored and rpodgorny committed Jun 16, 2024
1 parent 90d3163 commit d3d009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
clang_major_version: 18
runs-on: ubuntu-24.04
# macFUSE on macOS
- cc: gcc-13
- cc: gcc-12
clang_major_version: null
runs-on: macos-12
- cc: clang-15
Expand Down

0 comments on commit d3d009e

Please sign in to comment.