From ef98cfb22b556c7297fe5861db3d826fabe1a3ec Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 16 Aug 2025 03:56:01 +0200 Subject: [PATCH] fixup-3 --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d5bfac603d..02a9a5149e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -753,7 +753,7 @@ jobs: name: 'msvc, CM ${{ matrix.arch }}-${{ matrix.plat }} ${{ matrix.name }}' needs: - build-cache - runs-on: ${{ matrix.image || 'windows-2022' }} + runs-on: ${{ matrix.image }} timeout-minutes: 15 defaults: run: @@ -799,6 +799,7 @@ jobs: env: 'ucrt-x86_64' plat: 'windows' type: 'Debug' + image: 'windows-2022' chkprefill: '_chkprefill' config: >- -DENABLE_DEBUG=ON