From 078988a4b0baddea94a53f26ea740b64688de3fb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 17 Apr 2022 07:40:03 -1000 Subject: [PATCH] ;ci: mac: ghc 9.0 -> 9.2 --- .github/workflows/mac.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index c3d2f330b..5d46f93ba 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -22,7 +22,8 @@ jobs: # - { ghc: "88" , stack: "stack --stack-yaml=stack8.8.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=stack9.0.yaml" } + - { ghc: "92" , stack: "stack --stack-yaml=stack.yaml" } steps: