From 642b3cceca1b29a35a5232b604dcb613b3574082 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Mon, 23 Mar 2026 22:21:45 +0000 Subject: [PATCH] github: actions: build: switch to the windows-2025 runner image Switch to using the windows-2025 (Windows Server 2025) runner image. Signed-off-by: Henrik Brix Andersen --- .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 b42fa0c..d85380d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, macos-15, windows-2022] + os: [ubuntu-24.04, macos-15, windows-2025] runs-on: ${{ matrix.os }} steps: - name: Checkout