From 7d276fafd032b4f4806d7b1c12056b64d6004927 Mon Sep 17 00:00:00 2001 From: Raigorx Hellscream <10247765+raigorx@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:48:16 -0400 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 15577b5..c7bc494 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -22,8 +22,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] build_type: [Debug] - c_compiler: [gcc, clang, cl] - cpp_compiler: [g++, clang++, cl] include: - os: windows-latest c_compiler: cl @@ -37,28 +35,6 @@ jobs: - os: macos-latest c_compiler: clang cpp_compiler: clang++ - exclude: - - os: windows-latest - c_compiler: gcc - cpp_compiler: g++ - - os: windows-latest - c_compiler: clang - cpp_compiler: clang++ - - os: ubuntu-latest - c_compiler: cl - cpp_compiler: cl - - os: ubuntu-latest - c_compiler: cl - cpp_compiler: clang++ - - os: ubuntu-latest - c_compiler: clang - cpp_compiler: cl - - os: macos-latest - c_compiler: gcc - cpp_compiler: g++ - - os: macos-latest - c_compiler: cl - cpp_compiler: cl steps: - uses: actions/checkout@v4