From 7e173834a391f4a83366b00ee78b9c87c97ce717 Mon Sep 17 00:00:00 2001 From: Niket Naidu Date: Mon, 8 Jun 2026 01:14:56 -0700 Subject: [PATCH] Updated CI to windows 2022 --- .github/workflows/win_cmake_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win_cmake_build.yml b/.github/workflows/win_cmake_build.yml index 95a1e2d1..2e78b3eb 100644 --- a/.github/workflows/win_cmake_build.yml +++ b/.github/workflows/win_cmake_build.yml @@ -21,7 +21,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v6