summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-09-17 23:27:41 +0000
committerGitHub <noreply@github.com>2021-09-17 23:27:41 +0000
commit781ab2e8161e66a20aaaf1db8b16318367b4b44b (patch)
treefa1e498cec32938c2dd5060e6fd547bdbaae819a
parentb45d84260ecb29aacc2903e575ccd3f5fca08da1 (diff)
parent5771d8e9bcc83a153b93c5eec8eae08a1745133f (diff)
downloadnix-781ab2e8161e66a20aaaf1db8b16318367b4b44b.zip
Merge #1526
1526: Update the FreeBSD CI image r=asomers a=asomers FreeBSD 11.4 will be EoL on 30-Sept Co-authored-by: Alan Somers <asomers@gmail.com>
-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