Skip to content

Commit

Permalink
ci: update FreeBSD image to currently supported 13.2 release
Browse files Browse the repository at this point in the history
FreeBSD 12.x is now EOL.

Signed-off-by: Ed Maste <emaste@FreeBSD.org>
  • Loading branch information
emaste committed Feb 6, 2024
1 parent 2a540e4 commit ba32487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
env:
CIRRUS_CLONE_DEPTH: 1

freebsd_12_task:
freebsd_13_task:
env:
GIT_PROVE_OPTS: "--timer --jobs 10"
GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
MAKEFLAGS: "-j4"
DEFAULT_TEST_TARGET: prove
DEVELOPER: 1
freebsd_instance:
image_family: freebsd-12-3
image_family: freebsd-13-2
memory: 2G
install_script:
pkg install -y gettext gmake perl5
Expand Down

0 comments on commit ba32487

Please sign in to comment.