Skip to content

Commit 126e7bf

Browse files
committed
Temporarily remove GHC-9.x GitHub workflows
1 parent b5eadf7 commit 126e7bf

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
# TODO: Add ghc910 when input-output-hk/devx is fixed
23-
compiler-nix-name: [ghc810, ghc96, ghc98]
22+
# TODO: Only ghc-8.10 works with the SRPs
23+
compiler-nix-name: [ghc810]
2424
include:
25+
# TODO: Only macOS aarch64 does not support ghc-8.10
2526
# We want a single job, because macOS runners are scarce.
26-
- os: macos-latest
27-
compiler-nix-name: ghc96
27+
# - os: macos-latest
28+
# compiler-nix-name: ghc96
2829

2930
env:
3031
# Increment this value to "invalidate" the cabal cache. Be sure to do this

0 commit comments

Comments
 (0)