From 7c2b1e8f59e5b2874a427b7c25f0a70fdfdbf5e3 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sat, 12 Aug 2023 18:17:56 +0300 Subject: [PATCH] Revert "[CI] Try GHC 9.4.6 on win" This reverts commit 929c93e345663e84609089755b282d9815b87dbe. --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 3f2d33c1..3d8c993d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -14,7 +14,7 @@ jobs: ghcver: ['9.4.5'] include: - os: windows-latest - ghcver: '9.4.6' + ghcver: '9.0.2' runs-on: ${{ matrix.os }} container: ${{ matrix.container }} steps: