summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent René de Cotret <l.rdc@socivolta.com>2022-11-01 07:28:16 -0400
committerLaurent René de Cotret <l.rdc@socivolta.com>2022-11-01 07:28:16 -0400
commit2b98baebf0a316cb1bb900212d176945bec68256 (patch)
treecc4e65a296be9755566dadc7e08d56615e835107
parentf22f7185520042d1449229c422cbd5827ceb0c59 (diff)
CI: downgrade to GHC 9.0.1 for macos1.5.5
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0726f71..fa6a065 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
- os: "ubuntu-latest"
ghc-version: "9.2.4"
- os: "macos-latest"
- ghc-version: "9.2.4"
+ ghc-version: "9.0.1"
runs-on: ${{ matrix.os }}