summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-24 16:15:28 -0400
committerBen Gamari <ben@smart-cactus.org>2020-09-17 19:46:29 -0400
commitb83682c7391a8f9cdc31af1992c73cad7a20c00c (patch)
tree4b7b6370bb060634c5b5557d5e62b2b891cae443
parentaac5417a01af6b9a7c7c77cad82e7a4853a12188 (diff)
downloadhaskell-b83682c7391a8f9cdc31af1992c73cad7a20c00c.tar.gz
gitlab-ci: Bump Windows toolchain version
This should have been done when we bumped the bootstrap compiler to 8.8.4. (cherry picked from commit 566ac68de70e5b580c96e8ab8b3b02ad0f1acd42)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca8f7967ba..fcf49d7c25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
# Sequential version number capturing the versions of all tools fetched by
# .gitlab/ci.sh.
- WINDOWS_TOOLCHAIN_VERSION: 1
+ WINDOWS_TOOLCHAIN_VERSION: 2
# Disable shallow clones; they break our linting rules
GIT_DEPTH: 0