From f5223780e47f70b7d21106908d951d8c5187f7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cabe=CC=81?= Date: Wed, 13 May 2026 11:55:29 +0200 Subject: [PATCH] .github: workflows: bump windows image version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update windows image from windows-2022 to windows-2025 as this is the current LTSC version. Signed-off-by: Benjamin Cabé --- .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 556e4446..94308f78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-14, windows-2022] + os: [ubuntu-22.04, macos-14, windows-2025] runs-on: ${{ matrix.os }} steps: - name: Checkout