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