diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 3d43ff07a..7284013eb 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - compiler-nix-name: [ghc810, ghc96, ghc98] + compiler-nix-name: [ghc810, ghc96, ghc98, ghc910] include: # We want a single job, because macOS runners are scarce. - os: macos-latest