From f7670f05ea59edf4437f382e80f4b0cb668358e5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 11 Dec 2025 22:06:20 +0100 Subject: cirrus builds: use ghc 9.12. --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7fd27a4cc..616d853ee 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,9 +7,9 @@ task: image: ghcr.io/cirruslabs/macos-monterey-base:latest brew_script: - brew update - - brew install ghc@9.8 cabal-install + - brew install ghc@9.12 cabal-install env: - PATH: /opt/homebrew/opt/ghc@9.8/bin:${PATH} + PATH: /opt/homebrew/opt/ghc@9.12/bin:${PATH} cabal_store_cache: folder: ~/.cabal/store fingerprint_key: macos_2023_03_12 @@ -29,7 +29,7 @@ task: trigger_type: manual timeout_in: 90m arm_container: - image: quay.io/benz0li/ghc-musl:9.8 + image: quay.io/benz0li/ghc-musl:9.12 cpu: 4 memory: 12G env: @@ -55,7 +55,7 @@ task: trigger_type: manual timeout_in: 90m container: - image: quay.io/benz0li/ghc-musl:9.8 + image: quay.io/benz0li/ghc-musl:9.12 cpu: 4 memory: 12G env: -- cgit v1.2.3