Skip to content

Commit

Permalink
Disable Clang 16 module build on MacOS CI
Browse files Browse the repository at this point in the history
The CI is showing strange errors with ranges implementation details differing between definitions... I guess this is a bug in Clang 16 that was fixed in 17
  • Loading branch information
tcbrindle committed Jan 28, 2024
1 parent 12ca139 commit 9789ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
exclude:
- compiler: GCC-13
test_with: Module
- compiler: LLVM-Clang-16
test_with: Module

include:
- compiler: GCC-13
Expand Down

0 comments on commit 9789ca7

Please sign in to comment.