diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 9080c94..24dfa99 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -36,11 +36,11 @@ jobs: - os: ubuntu-latest c_compiler: clang cpp_compiler: clang++ - exclude: - os: windows-latest c_compiler: gcc - os: windows-latest c_compiler: clang + exclude: - os: ubuntu-latest c_compiler: cl