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