We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18633c7 commit 5b869fdCopy full SHA for 5b869fd
.gitlab-ci.yml
@@ -1,4 +1,4 @@
1
-# Used for ci setup in the gitlab mirror of the project:
+# Used for ci setup in the gitlab mirror of the project:
2
# https://gitlab.haskell.org/haskell/haskell-language-server/-/pipelines
3
variables:
4
# Commit of ghc/ci-images repository from which to pull Docker images
@@ -71,7 +71,7 @@ build-x86_64-linux-alpine:
71
build-x86_64-freebsd:
72
extends: .build
73
tags:
74
- - x86_64-freebsd13
+ - x86_64-freebsd12
75
parallel: *default_matrix
76
77
build-x86_64-darwin:
0 commit comments