Skip to content

Commit

Permalink
cirrus: test FreeBSD 14.1 instead of eol 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Aug 2, 2024
1 parent 319e55d commit a31f6b5
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
Expand Up @@ -80,10 +80,10 @@ task:
env:
MAKE: gmake
freebsd_instance:
image_family: freebsd-14-0
image_family: freebsd-14-1
cpu: 1
memory: 2G
reqinstall_script: pkg install -y bash wget gmake dejagnu py39-sphinx gzip tcl86 tcl-wrapper autoconf ksh93 zsh fish perl5 python39 ruby cmake R readline
reqinstall_script: pkg install -y bash wget gmake dejagnu py311-sphinx gzip tcl86 tcl-wrapper autoconf ksh93 zsh fish perl5 python311 ruby cmake R readline
configure_script:
- ./configure
<< : *BUILD_INSTALL_TEST_TEMPLATE
Expand Down

0 comments on commit a31f6b5

Please sign in to comment.