From c4f1540d1faca414bd78066f583362df0c20e9aa Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 10 Jun 2025 19:29:03 +0200 Subject: [PATCH] Remove Windows 2019 tests --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d55f507..0c63d68e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,14 +111,14 @@ jobs: platform: - Windows 2025 - Windows 2022 - - Windows 2019 + #- Windows 2019 include: - platform: Windows 2025 runner: windows-2025 - platform: Windows 2022 runner: windows-2022 - - platform: Windows 2019 - runner: windows-2019 + #- platform: Windows 2019 + # runner: windows-2019 steps: - name: Checkout Source uses: actions/checkout@v4 @@ -401,7 +401,7 @@ jobs: emulation-root: - Windows 2025 - Windows 2022 - - Windows 2019 + #- Windows 2019 steps: - name: Checkout Source uses: actions/checkout@v4