From e37c5f1457686f27d5f4955a8457a213513fdead Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:44:32 -0500 Subject: [PATCH] Test GHC 8.10 on macOS --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f2d55ee..d9877e1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - macos-13 # x64 # - ubuntu-latest devShell: - # - ghc810 + - ghc810 - ghc90 runs-on: ${{ matrix.os }} steps: @@ -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: