From a11150b8688a8e64528ec6db1dd36a6333c6b842 Mon Sep 17 00:00:00 2001 From: Tung Huynh Date: Wed, 20 Nov 2024 00:35:49 -0800 Subject: [PATCH] ci: wack test to use windows 2019 --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8290be83a..d9934f121 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,7 +109,9 @@ jobs: wack: needs: build - runs-on: windows-latest + # wack gives faulty results on Windows 2022 as of 2024-11-13 + # https://github.com/actions/runner-images/releases/tag/win22%2F20241113.3 + runs-on: windows-2019 steps: - name: Download artifacts uses: actions/download-artifact@v4