diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 344f368f..b59c0e47 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -25,20 +25,21 @@ jobs: matrix: os: [ubuntu-24.04, windows-latest] build_type: [Debug, Release, RelWithDebInfo] - c_compiler: [gcc, clang, cl] + #c_compiler: [gcc, clang, cl] # GCC is disabled until they fix their parser. + c_compiler: [clang, cl] include: - os: windows-latest c_compiler: cl cpp_compiler: cl - - os: ubuntu-24.04 - c_compiler: gcc - cpp_compiler: g++ + #- os: ubuntu-24.04 + # c_compiler: gcc + # cpp_compiler: g++ - os: ubuntu-24.04 c_compiler: clang cpp_compiler: clang++ exclude: - - os: windows-latest - c_compiler: gcc + #- os: windows-latest + # c_compiler: gcc - os: windows-latest c_compiler: clang - os: ubuntu-24.04