From fa88146f7b51756fe0da416de0e00b61364b9117 Mon Sep 17 00:00:00 2001 From: 5an7y-Microsoft Date: Wed, 6 May 2026 10:41:31 -0700 Subject: Update CI workflow to use Windows 2025 environment --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 0e5825d1..6719270e 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -15,7 +15,7 @@ jobs: matrix: configuration: [Debug, Release] platform: [x64, arm64] - runs-on: windows-2022 + runs-on: windows-2025-vs2026 steps: - name: Check out repository code uses: actions/checkout@v4 -- cgit v1.3.1