summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-04-21 15:42:54 -0400
committerBen Gamari <ben@smart-cactus.org>2021-04-21 23:36:24 -0400
commitbe1f2d6ee54218aea1ebc254de598cd139310545 (patch)
tree6be6077afd99e00a45952cae6c542c7b98349890
parentb215f48b17bc8d18d14268a6570cddf6921a3c29 (diff)
downloadhaskell-be1f2d6ee54218aea1ebc254de598cd139310545.tar.gz
gitlab-ci: Use debian 10 image for source tarball job
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24c96028a3..6713aff9fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1290,7 +1290,7 @@ source-tarball:
needs: [validate-x86_64-linux-deb9-unreg-hadrian]
tags:
- x86_64-linux
- image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
+ image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
dependencies: []
rules:
- if: '$RELEASE_JOB == "yes"'