From 9367a88b5be69e16048240893890282b8e70b759 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Mon, 7 Aug 2023 00:11:49 +0300 Subject: [PATCH] CI: re-enable GHC 9.6.1 on Windows (#997) The issue in the network package seem to be fixed, so let's retry the build. Fixes #986. --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 778394ae..5c5aee83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,9 +29,6 @@ jobs: # fails to build: "can't load framework: Cocoa (not found)" - os: macOS-12 ghc: "8.8.4" - # fails to link: https://github.com/jaspervdj/hakyll/issues/986 - - os: windows-2022 - ghc: "9.6.1" steps: - uses: actions/checkout@v3