From 207264bb44cd18c7ae016ab55a3641a5a06bbd9c Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 18 Apr 2024 11:55:28 +0200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 4d2d11f..46631a8 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -25,9 +25,9 @@ jobs: build_type: [Release] c_compiler: [gcc, clang, cl] include: - - os: windows-latest - c_compiler: cl - cpp_compiler: cl + #- os: windows-latest + # c_compiler: cl + # cpp_compiler: cl - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ @@ -35,10 +35,10 @@ jobs: c_compiler: clang cpp_compiler: clang++ exclude: - - os: windows-latest - c_compiler: gcc - - os: windows-latest - c_compiler: clang + #- os: windows-latest + # c_compiler: gcc + #- os: windows-latest + # c_compiler: clang - os: ubuntu-latest c_compiler: cl