From 730fa6c786ad77193c522f53ba948475f1ba23e3 Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Mon, 2 Sep 2024 15:03:45 +0200 Subject: [PATCH] fixup! [Chore] Update GHC version used in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c970497..99c5cda1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: windows-latest strategy: matrix: - stack: ["2.7.5"] + stack: ["2.15.7"] ghc: ["9.4.8"] include: - ghc: "9.4.8"