Update the FreeBSD test image to 11.4-release

This commit is contained in:
Alan Somers 2020-06-27 16:06:56 -06:00
parent c18b1d03f0
commit 3e52d0974d
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
freebsd_instance:
image_family: freebsd-11-3-snap
image: freebsd-11-4-release-amd64
# Test FreeBSD in a full VM on cirrus-ci.com. Test the i686 target too, in the
# same VM. The binary will be built in 32-bit mode, but will execute on a
# 64-bit kernel and in a 64-bit environment. Our tests don't execute any of
# the system's binaries, so the environment shouldn't matter.
task:
name: FreeBSD 11.3
name: FreeBSD 11.4
cargo_cache:
folder: $CARGO_HOME/registry
fingerprint_script: cat Cargo.lock || echo ""

View File

@ -1,6 +1,6 @@
# Gate on Travis CI and Buildbot
status = ["continuous-integration/travis-ci/push",
"FreeBSD 11.3"]
"FreeBSD 11.4"]
# Set bors's timeout to 4 hours
#