Skip to content

Commit 017db4d

Browse files
committed
ci: use freebsd 14.3/15.0 for cirrus
1 parent 3a4970f commit 017db4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.cirrus.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ task:
22
freebsd_instance:
33
cpu: 1
44
matrix:
5-
- image_family: freebsd-15-0-snap
6-
- image_family: freebsd-14-2
5+
- image_family: freebsd-15-0-amd64-zfs
6+
- image_family: freebsd-14-3
77
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
88
kernel_src_script: |
99
uname -r
10-
if [[ $(uname -r) == "14.2-RELEASE" ]]; then
11-
git clone --branch releng/14.2 https://git.FreeBSD.org/src.git /usr/src
10+
if [[ $(uname -r) == "14.3-RELEASE" ]]; then
11+
git clone --branch releng/14.3 https://git.FreeBSD.org/src.git /usr/src
1212
else
13-
git clone --branch main https://git.FreeBSD.org/src.git /usr/src
13+
git clone --branch releng/15.0 https://git.FreeBSD.org/src.git /usr/src
1414
fi;
1515
build_script:
1616
- ./Configure -n freebsd

0 commit comments

Comments
 (0)