From aa7060b203db359fabcd9b3b1dbdd0f96e5d8116 Mon Sep 17 00:00:00 2001 From: DavidMazarro Date: Mon, 30 Sep 2024 12:56:00 +0200 Subject: [PATCH] build(ci): bumped GHC matrix version in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30915577..229ead28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - macos-latest # aarch64-darwin - ubuntu-latest # x86_64-linux ghc: - - ghc96 + - ghc966 fail-fast: true runs-on: ${{ matrix.os }} timeout-minutes: 30