From da5a710f446f7509632993005cb0e72536744fd8 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 10 Jan 2025 07:14:34 +0100 Subject: [PATCH] Disable windows 10 for now --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dde4b769..4fdce935 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,9 +126,10 @@ jobs: fail-fast: false matrix: platform: + # TODO: Move different windows platforms into registry dump matrix - Windows 2025 - Windows 2022 - - Windows 2019 + #- Windows 2019 - Linux GCC - Linux Clang - macOS @@ -146,9 +147,9 @@ jobs: - platform: Windows 2022 build-platform: Windows runner: windows-2022 - - platform: Windows 2019 - build-platform: Windows - runner: windows-2019 + #- platform: Windows 2019 + # build-platform: Windows + # runner: windows-2019 - platform: Linux GCC build-platform: Linux GCC runner: ubuntu-24.04