Skip to content

Commit

Permalink
Try downgrading MacOS for stack builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 26, 2024
1 parent 7498999 commit 0d8caf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ jobs:
stack-yaml: stack.yaml
# MacOS-latest
- resolver: lts-20
os: macos-latest
os: macos-13
ghc: '9.2.8'
stack-yaml: stack.yaml
- resolver: lts-21
os: macos-latest
os: macos-13
ghc: '9.4.8'
stack-yaml: stack.yaml
- resolver: lts-22
os: macos-latest
os: macos-13
ghc: '9.6.6'
stack-yaml: stack.yaml
# Windows-latest
Expand Down

0 comments on commit 0d8caf6

Please sign in to comment.