Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Stack must have the same version number.)
release-args: "--alpine --stack-args --docker-stack-exe=image"
cache-bust: "2025-02-07b"
- os: windows-latest
- os: windows-2022
release-args: ""
cache-bust: "2025-04-06"
- os: macos-13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- os: ubuntu-latest
extra-suffix: "alpine"
stack-args: "--docker --system-ghc --no-install-ghc --flag stack:static"
- os: windows-latest
- os: windows-2022
extra-suffix: ""
stack-args: ""
- os: macos-latest
Expand Down