From 137d9e58db7b8885955c9bda88d0e2fae7165252 Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Wed, 18 Sep 2024 13:04:29 +0300 Subject: [PATCH] [Chore] Use newer stack on Windows 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 da73929d..82a4cd0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: runs-on: windows-latest strategy: matrix: - stack: ["2.7.5"] + stack: ["3.1.1"] ghc: ["9.6.6"] include: - ghc: "9.6.6"