From 2a8463d122112105adf3eeaf08fb454723ec28b9 Mon Sep 17 00:00:00 2001
From: vovatrykoz <88552890+vovatrykoz@users.noreply.github.com>
Date: Fri, 22 Nov 2024 23:10:19 +0100
Subject: [PATCH] Update cmake-multi-platform.yml (Remove redundant jobs)

---
 .github/workflows/cmake-multi-platform.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 24dfa99..9080c94 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -36,11 +36,11 @@ jobs:
           - os: ubuntu-latest
             c_compiler: clang
             cpp_compiler: clang++
+        exclude:
           - os: windows-latest
             c_compiler: gcc
           - os: windows-latest
             c_compiler: clang
-        exclude:
           - os: ubuntu-latest
             c_compiler: cl