Skip to content

Commit

Permalink
Test GHC 8.10 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 21, 2024
1 parent 7d9dcf1 commit e37c5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-13 # x64
# - ubuntu-latest
devShell:
# - ghc810
- ghc810
- ghc90
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,8 +30,8 @@ jobs:
# https://input-output-hk.github.io/haskell.nix/tutorials/getting-started.html
with:
extra_nix_config: |
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.iog.io https://cache.nixos.org
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
# https://github.com/actions/cache/blob/main/examples.md#haskell---cabal
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit e37c5f1

Please sign in to comment.