From e0f3eb1c451c7c64da85586de9947242bb23753b Mon Sep 17 00:00:00 2001 From: Travis Hunter Date: Fri, 15 Mar 2024 13:29:30 -0600 Subject: [PATCH] Exclude ubuntu-latest clang build since it's broken (not my breakage, Github's config of ubuntu-latest) --- .github/workflows/cmake-multi-platform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 65c5df6..3903e8d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -35,9 +35,9 @@ jobs: - os: ubuntu-latest c_compiler: gcc-13 cpp_compiler: g++-13 - - os: ubuntu-latest - c_compiler: clang - cpp_compiler: clang++ + #- os: ubuntu-latest + #c_compiler: clang + #cpp_compiler: clang++ exclude: - os: windows-latest c_compiler: gcc-13