Skip to content

Commit 4644858

Browse files
committed
fix ci freebsd image in cirrus ci
1 parent e30113e commit 4644858

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ task:
22
freebsd_instance:
33
cpu: 1
44
matrix:
5-
- image_family: freebsd-14-0-snap
6-
- image_family: freebsd-13-1
7-
- image_family: freebsd-12-3
5+
- image_family: freebsd-15-0-snap
6+
- image_family: freebsd-14-0
7+
- image_family: freebsd-13-2
88
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
99
build_script:
1010
- ./Configure -n freebsd

0 commit comments

Comments
 (0)