From 17b9a43d3d0b751d2a9406f0120b99abb52b9c5a Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 6 Mar 2023 08:14:03 +1100 Subject: [PATCH] Only build for Mac and Windows on ghc-9.2.5. Remove n parameter from build matrix. --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index d7d505a0b9d..25e612fb3e4 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["8.10.7", "9.2.5"] + ghc: ["9.2.5"] cabal: ["3.8.1.0"] os: [macos-latest, windows-latest]