From 261cabf5d7113026327c3666fd6c3de8ec29b8ce Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Fri, 25 Oct 2024 10:05:51 -0400 Subject: [PATCH] CI: Temporarily remove GHC-9.10 from build matrix --- .github/workflows/haskell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 7284013eb..2f19cec64 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,7 +19,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - compiler-nix-name: [ghc810, ghc96, ghc98, ghc910] + # TODO: Add ghc910 when input-output-hk/devx is fixed + compiler-nix-name: [ghc810, ghc96, ghc98] include: # We want a single job, because macOS runners are scarce. - os: macos-latest