From 6f72d074ac84153859541fcc0873188e8c6a17bc Mon Sep 17 00:00:00 2001 From: folivetti Date: Sun, 12 Jan 2025 10:50:06 -0300 Subject: [PATCH] compatiblity with GHC 9.12 and random-1.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f31958c..72f0a8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] ghc: - 9.10.1 cabal: ["3.14.1.1"]