From 4d3bdd27005180ef36d7db513f77b32a87cdbf05 Mon Sep 17 00:00:00 2001 From: Darragh O'Reilly Date: Mon, 6 Oct 2025 14:49:57 +0100 Subject: [PATCH] github-actions: update windows to supported version See https://github.com/actions/runner-images/issues/12045 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d7a9d5aa8..0ecef19a8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -3,7 +3,7 @@ on: [pull_request] jobs: build: name: Windows Test - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Set up Go 1.19 uses: actions/setup-go@v3