Skip to content

Commit

Permalink
Update the FreeBSD image to fix a build failure.
Browse files Browse the repository at this point in the history
Apparently Ports only supports the latest stable release, not earlier releases
in the 12.x family.
  • Loading branch information
Screwtapello committed Feb 15, 2021
1 parent 0ceddd3 commit be0ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ linux-x86_64-binaries_task:

freebsd-x86_64-binaries_task:
freebsd_instance:
image_family: freebsd-12-1
image_family: freebsd-12-2

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

0 comments on commit be0ee76

Please sign in to comment.