diff options
| author | John MacFarlane <[email protected]> | 2023-08-04 13:53:46 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-04 13:54:04 -0700 |
| commit | 889dcbe99ce16f66108f7a8fc6dd064f9d9ce30e (patch) | |
| tree | 07c73d4cc73dd27bed262d9df68270fb8cd74451 /.cirrus.yml | |
| parent | 5e1b9591e1999e25b0ef9dc3f642f5cdd3beed8d (diff) | |
Use ghc 9.6 for release builds.
See #8947.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 83e2c8ca9..f023ca671 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -27,7 +27,7 @@ task: trigger_type: manual timeout_in: 90m arm_container: - image: glcr.b-data.ch/ghc/ghc-musl:9.2.8 + image: glcr.b-data.ch/ghc/ghc-musl:9.6 cpu: 4 memory: 12G env: @@ -53,7 +53,7 @@ task: trigger_type: manual timeout_in: 90m container: - image: glcr.b-data.ch/ghc/ghc-musl:9.2.8 + image: glcr.b-data.ch/ghc/ghc-musl:9.6 cpu: 4 memory: 12G env: |
