Skip to content

Commit be0ee76

Browse files
committed
Update the FreeBSD image to fix a build failure.
Apparently Ports only supports the latest stable release, not earlier releases in the 12.x family.
1 parent 0ceddd3 commit be0ee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ linux-x86_64-binaries_task:
2424

2525
freebsd-x86_64-binaries_task:
2626
freebsd_instance:
27-
image_family: freebsd-12-1
27+
image_family: freebsd-12-2
2828

2929
setup_script:
3030
- pkg install --yes gmake gdb gcc8 pkgconf sdl2 openal-soft gtksourceview2 libXv zip

0 commit comments

Comments
 (0)