summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author5an7y-Microsoft <[email protected]>2026-05-06 10:41:54 -0700
committerGitHub <[email protected]>2026-05-06 10:41:54 -0700
commitae2b6c4da5c92669afeb8e260c6377958437f1bd (patch)
treeb7b43de63cf1ac97137ede74c7d8832c593d752f
parentfa88146f7b51756fe0da416de0e00b61364b9117 (diff)
Update CI workflow to use Windows 2025
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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