diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f897e85..bec14f5 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -16,7 +16,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] include: - os: windows-latest c_compiler: cl