From 1caa4035c4c5d544b6925712cc6c93af9b74a320 Mon Sep 17 00:00:00 2001 From: hollannikas Date: Sun, 1 Dec 2024 17:23:37 +0200 Subject: [PATCH] chore: remove MSVC --- .github/workflows/cmake-multi-platform.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7ab1b4d..f947076 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -16,8 +16,7 @@ jobs: # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable. fail-fast: false - # Set up a matrix to run the following 3 configurations: - # 1. + # Set up a matrix to run the following 2 configurations: # 2. # 3. # @@ -25,11 +24,8 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] + c_compiler: [gcc, clang] include: - - os: windows-latest - c_compiler: cl - cpp_compiler: cl - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++