Skip to content

Commit 5b869fd

Browse files
committed
Build on FreeBSD12 only
1 parent 18633c7 commit 5b869fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Used for ci setup in the gitlab mirror of the project:
1+
# Used for ci setup in the gitlab mirror of the project:
22
# https://gitlab.haskell.org/haskell/haskell-language-server/-/pipelines
33
variables:
44
# Commit of ghc/ci-images repository from which to pull Docker images
@@ -71,7 +71,7 @@ build-x86_64-linux-alpine:
7171
build-x86_64-freebsd:
7272
extends: .build
7373
tags:
74-
- x86_64-freebsd13
74+
- x86_64-freebsd12
7575
parallel: *default_matrix
7676

7777
build-x86_64-darwin:

0 commit comments

Comments
 (0)