From b431ece156b774e80cd1128eeff195b611756f73 Mon Sep 17 00:00:00 2001 From: Alejandro Lazaro Date: Thu, 21 Apr 2022 13:59:50 +0200 Subject: [PATCH] We dont use Windows build --- .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 e682baa35..0212fe0ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest] stack: ["2.5.1"] ghc: ["8.6.5", "8.8.4", "8.10.3", "9.0.1"]