diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index 9a380fb53c..dca041f2b1 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -31,6 +31,12 @@ jobs: fail-fast: true matrix: include: + - name: "clang17" + compiler: "clang-17" + build: unit + build_type: Release + cxx_flags: "-stdlib=libc++" # For verbosity. This is already the default. + - name: "gcc13" compiler: "gcc-13" build: unit diff --git a/test/unit/alignment/matrix/detail/debug_matrix_test.cpp b/test/unit/alignment/matrix/detail/debug_matrix_test.cpp index 58a33cb9b0..14f901f4ef 100644 --- a/test/unit/alignment/matrix/detail/debug_matrix_test.cpp +++ b/test/unit/alignment/matrix/detail/debug_matrix_test.cpp @@ -221,7 +221,8 @@ struct debug_matrix_traits