Skip to content

Commit

Permalink
CI: Temporarily remove GHC-9.10 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Oct 28, 2024
1 parent ae9d449 commit 261cabf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 261cabf

Please sign in to comment.