From c51604a0e16acc96ba4b5eb8d4a241eb0893411f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 15 Mar 2022 18:20:59 -0700 Subject: [PATCH] Reduce the number of configs --- .github/workflows/windows.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4ead388b..c060f8b9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,6 +18,13 @@ jobs: platform: Win32 build_type: Debug shared: -DBUILD_SHARED_LIBS=ON + exclude: + - os: windows-2019 + standard: 11 + platform: Win32 + - os: windows-2019 + standard: 20 + platform: Win32 steps: - uses: actions/checkout@v2