diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index e04e851..4649a0d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -25,7 +25,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] + c_compiler: [gcc-13, clang-15, cl] include: - os: windows-latest c_compiler: cl @@ -38,9 +38,9 @@ jobs: cpp_compiler: clang++-15 exclude: - os: windows-latest - c_compiler: gcc + c_compiler: gcc-13 - os: windows-latest - c_compiler: clang + c_compiler: clang-15 - os: ubuntu-latest c_compiler: cl