From 77ee665faebbc63cbf77166bfeafad75ee0ebee5 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 13 Dec 2024 14:46:33 +1100 Subject: [PATCH] CI: Only use mac-13 to avoid failure of ghc-8.10.7 build --- .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 42e52aa22..cc861a8e6 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -63,7 +63,7 @@ jobs: fail-fast: false matrix: ghc: ["8.10.7", "9.2.8", "9.6.6", "9.8.2", "9.10.1"] - os: [ubuntu-latest, macos-13, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] # GHC versions older than ghc-9.2 are not supported on macos-latest exclude: - os: macos-latest