From 9789ca7af649e5271961fcc805dfb64d828ec1ef Mon Sep 17 00:00:00 2001 From: Tristan Brindle Date: Sun, 28 Jan 2024 20:14:18 +0000 Subject: [PATCH] Disable Clang 16 module build on MacOS CI 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 --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 167a746f..55072a52 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,6 +21,8 @@ jobs: exclude: - compiler: GCC-13 test_with: Module + - compiler: LLVM-Clang-16 + test_with: Module include: - compiler: GCC-13