From 6921bfa3ff0870c1e16ec787032eed000f8ec5c0 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Mon, 27 Oct 2025 07:41:58 +0000 Subject: [PATCH] ci: testing windows 2019 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5062c7ad..c269359b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [windows-2022, ubuntu-latest] + os: [windows-2019, ubuntu-latest] fail-fast: false runs-on: ${{ matrix.os }}