Skip to content

Commit

Permalink
fix(ci): wack test to use windows 2019 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsontung authored Nov 20, 2024
1 parent 117f9f2 commit 9860e80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9860e80

Please sign in to comment.