From ae2b6c4da5c92669afeb8e260c6377958437f1bd Mon Sep 17 00:00:00 2001 From: 5an7y-Microsoft Date: Wed, 6 May 2026 10:41:54 -0700 Subject: Update CI workflow to use Windows 2025 --- .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 0e847b35..ca2696d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,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