diff options
author | Alan Somers <asomers@gmail.com> | 2020-06-27 16:06:56 -0600 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2020-07-03 10:45:01 -0600 |
commit | 3e52d0974dd2a6cf4443c807a00a9fccf99781f9 (patch) | |
tree | 456c7aa129bcf44f6ea006ec4925c03d275f1880 /.cirrus.yml | |
parent | c18b1d03f0c4bebbbfa8556d97f37972beb92f92 (diff) | |
download | nix-3e52d0974dd2a6cf4443c807a00a9fccf99781f9.zip |
Update the FreeBSD test image to 11.4-release
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 05407496..3591c0e5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 "" |