From cf065d370fea47b8e7d161cf874e3cd49ff98898 Mon Sep 17 00:00:00 2001 From: Gregory Koganovskiy Date: Mon, 4 Dec 2023 18:47:34 +0300 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index adcc551..f5c8fe1 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false # Set up a matrix to run the following 3 configurations: - # 1. + # 1. # 2. # 3. # @@ -28,8 +28,8 @@ jobs: c_compiler: [gcc, clang, cl] include: - os: windows-latest - c_compiler: cl - cpp_compiler: cl + c_compiler: gcc + cpp_compiler: g++ - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ @@ -37,8 +37,6 @@ jobs: c_compiler: clang cpp_compiler: clang++ exclude: - - os: windows-latest - c_compiler: gcc - os: windows-latest c_compiler: clang - os: ubuntu-latest