We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eadf7 commit 126e7bfCopy full SHA for 126e7bf
1 file changed
.github/workflows/haskell.yml
@@ -19,12 +19,13 @@ jobs:
19
fail-fast: false
20
matrix:
21
os: [ubuntu-latest]
22
- # TODO: Add ghc910 when input-output-hk/devx is fixed
23
- compiler-nix-name: [ghc810, ghc96, ghc98]
+ # TODO: Only ghc-8.10 works with the SRPs
+ compiler-nix-name: [ghc810]
24
include:
25
+ # TODO: Only macOS aarch64 does not support ghc-8.10
26
# We want a single job, because macOS runners are scarce.
- - os: macos-latest
27
- compiler-nix-name: ghc96
+ # - os: macos-latest
28
+ # compiler-nix-name: ghc96
29
30
env:
31
# Increment this value to "invalidate" the cabal cache. Be sure to do this
0 commit comments