cirrus builds: use ghc 9.12.

This commit is contained in:
John MacFarlane
2025-12-11 22:06:20 +01:00
parent 0679d22ae1
commit f7670f05ea
+4 -4
View File
@@ -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: