summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-09-17 16:51:48 -0600
committerAlan Somers <asomers@gmail.com>2021-09-17 16:51:48 -0600
commit5771d8e9bcc83a153b93c5eec8eae08a1745133f (patch)
treefa1e498cec32938c2dd5060e6fd547bdbaae819a
parentb45d84260ecb29aacc2903e575ccd3f5fca08da1 (diff)
downloadnix-5771d8e9bcc83a153b93c5eec8eae08a1745133f.zip
Update the FreeBSD CI image
FreeBSD 11.4 will be EoL on 30-Sept
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f4cf98da..515b1c97 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -35,7 +35,7 @@ task:
env:
TARGET: x86_64-unknown-freebsd
freebsd_instance:
- image: freebsd-11-4-release-amd64
+ image: freebsd-12-2-release-amd64
setup_script:
- fetch https://sh.rustup.rs -o rustup.sh
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN