summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-04-14 09:31:19 -0600
committerAlan Somers <asomers@gmail.com>2022-04-14 09:31:19 -0600
commit7497b8a9e5ae410a93c4c26f70951291ef7bc071 (patch)
treeb2f2082d76752455bd3e7aeccd944c2dce8b1a18
parent256707e8c77d47b07c21948cc8f1457655831019 (diff)
downloadnix-7497b8a9e5ae410a93c4c26f70951291ef7bc071.zip
Update FreeBSD CI image to 12.3. 12.2 is EoL.
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index cc5f216d..3f21c97d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -38,7 +38,7 @@ task:
env:
TARGET: x86_64-unknown-freebsd
freebsd_instance:
- image: freebsd-12-2-release-amd64
+ image: freebsd-12-3-release-amd64
setup_script:
- kldload mqueuefs
- fetch https://sh.rustup.rs -o rustup.sh