diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-08-18 03:18:16 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-19 02:12:36 -0400 |
commit | 5e40356f65bc2d62c73be8015c759899f072ac9a (patch) | |
tree | 2e4ec69fe0e7b7e234fa4befe9dac451a87eb031 | |
parent | ac79dfe9cb51f38e122af9a404d50aead8a9e8b0 (diff) | |
download | haskell-5e40356f65bc2d62c73be8015c759899f072ac9a.tar.gz |
gitlab-ci: Update bootstrap compiled used for Darwin builds
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f212dfc625..df0697b8bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -300,7 +300,7 @@ validate-x86_64-darwin: tags: - x86_64-darwin variables: - GHC_VERSION: 8.6.3 + GHC_VERSION: 8.6.5 BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-apple-darwin.tar.xz" MACOSX_DEPLOYMENT_TARGET: "10.7" # Only Sierra and onwards supports clock_gettime. See #12858 @@ -323,7 +323,7 @@ validate-x86_64-darwin: when: always expire_in: 2 week cache: - key: darwin + key: "darwin-$GHC_VERSION" paths: - cabal-cache - toolchain |