diff options
| author | 5an7y-Microsoft <[email protected]> | 2026-05-06 10:41:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-06 10:41:31 -0700 |
| commit | fa88146f7b51756fe0da416de0e00b61364b9117 (patch) | |
| tree | 879217e94a75974c8ba87fcdf135a201df24e833 | |
| parent | fe4c1b4be7818c5a2f1ca22f83b5c26e78f6e961 (diff) | |
Update CI workflow to use Windows 2025 environment
| -rw-r--r-- | .github/workflows/ci-pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
