Skip to content

Commit

Permalink
ci: mac: use ghc 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jul 21, 2021
1 parent 3ef9958 commit 41d432c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
plan:
# - { ghc: "86" , stack: "stack --stack-yaml=stack8.6.yaml" }
# - { ghc: "88" , stack: "stack --stack-yaml=stack8.8.yaml" }
- { ghc: "810" , stack: "stack --stack-yaml=stack8.10.yaml" }
# - { ghc: "810" , stack: "stack --stack-yaml=stack8.10.yaml" }
# XXX func tests in bin should be run only with GHC 8.10 for now (see shelltest below) (?)
# - { ghc: "90" , stack: "stack --stack-yaml=stack.yaml" }
- { ghc: "90" , stack: "stack --stack-yaml=stack.yaml" }

steps:

Expand Down

0 comments on commit 41d432c

Please sign in to comment.