Skip to content

Commit c85b612

Browse files
committed
Use deb10 for linux builds
1 parent 5b869fd commit c85b612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ build-x86_64-linux:
5858
extends: .build
5959
tags:
6060
- x86_64-linux
61-
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
61+
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
6262
parallel: *default_matrix
6363

6464
build-x86_64-linux-alpine:

0 commit comments

Comments
 (0)