From 2ce8f47c97fc07c414cc631984733767da3d3e59 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sun, 22 Dec 2024 00:53:25 +0700 Subject: [PATCH] Fix build --- .github/workflows/build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b5e6e8..c8640c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - ubuntu-22.04 @@ -69,24 +70,24 @@ jobs: - 9.6.3 - 9.6.4 - 9.6.5 + - 9.6.6 - 9.8.1 - 9.8.2 + - 9.8.4 - 9.10.1 include: - - os: macos-12 - ghc: system + - os: macos-latest + ghc: 9.10.1 - os: windows-latest # ghc: system ghc: 9.6.2 steps: - uses: actions/checkout@v4 - - uses: hspec/setup-haskell@v1 + # - uses: hspec/setup-haskell@v1 + - uses: hspec/setup-haskell@2d8fbb058b1727350acf0f7f203503010feafea5 with: ghc-version: ${{ matrix.ghc }} - - run: ghcup install cabal latest --set - if: matrix.os == 'macos-12' - - run: cabal update - run: cabal build - run: cabal exec $(cabal list-bin spec)