diff options
| author | John MacFarlane <[email protected]> | 2025-12-11 22:06:20 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-11 22:06:20 +0100 |
| commit | f7670f05ea59edf4437f382e80f4b0cb668358e5 (patch) | |
| tree | 32ff8520366f10f8d5e8d8e9aff84651040db147 | |
| parent | 0679d22ae1eb3b3ae784660d611b77dd2b081751 (diff) | |
cirrus builds: use ghc 9.12.
| -rw-r--r-- | .cirrus.yml | 8 |
1 files 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 [email protected] cabal-install + - brew install [email protected] cabal-install env: - PATH: /opt/homebrew/opt/[email protected]/bin:${PATH} + PATH: /opt/homebrew/opt/[email protected]/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: |
