diff options
| author | Olivier Benz <[email protected]> | 2023-06-26 18:12:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-26 09:12:31 -0700 |
| commit | 7cca27b67d729a360c7faee1d1e80544e31206e4 (patch) | |
| tree | 4bf4ed92a61012651b35c6325691354ab3576166 /.cirrus.yml | |
| parent | 14f86c348171f44ec0973c3fb0ca30ed182167ac (diff) | |
Use ghc-musl 9.6.2 docker image (#8701)
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 24f0889c8..812412f84 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.4.5 + image: glcr.b-data.ch/ghc/ghc-musl:9.6.2 cpu: 4 memory: 12G env: @@ -52,7 +52,7 @@ task: trigger_type: manual timeout_in: 90m container: - image: glcr.b-data.ch/ghc/ghc-musl:9.4.5 + image: glcr.b-data.ch/ghc/ghc-musl:9.6.2 cpu: 4 memory: 12G env: |
