aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-12-11 23:07:06 +0100
committerJohn MacFarlane <[email protected]>2025-12-11 23:07:06 +0100
commiteea72420fcd0c5d30c4359b03650040fc38380b4 (patch)
tree0c27b79c109639c9a3c9aff7c074914904759e7e /.cirrus.yml
parentab212c7b87828902c4a5c8d09d43942f9179d992 (diff)
Use ghc 9.10 (not 9.12) for releases and nightlies.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 616d853ee..0c77c9c3f 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.12
+ image: quay.io/benz0li/ghc-musl:9.10
cpu: 4
memory: 12G
env:
@@ -55,7 +55,7 @@ task:
trigger_type: manual
timeout_in: 90m
container:
- image: quay.io/benz0li/ghc-musl:9.12
+ image: quay.io/benz0li/ghc-musl:9.10
cpu: 4
memory: 12G
env: