From 3c81bd50e2f39079abd190f527e55d364a1076ee Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 29 Apr 2025 22:27:19 +0100 Subject: [PATCH] Update Windows CI to windows-2025 windows-2019 will be fully retired by the end of June, and 2025 is the latest version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be5f03f..8eaccaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: os: - - windows-2019 + - windows-2025 - ubuntu-24.04 runs-on: ${{ matrix.os }}