summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-04-14 09:33:45 -0600
committerAlan Somers <asomers@gmail.com>2022-04-14 09:33:45 -0600
commitdbd03ec67804419c6c295d4f38846610e26db019 (patch)
treedb70bf7466b0aaca17e17411ea5ca5ff8e9df39c
parentdff5aca2a10d886b13b66b92b959e769b74a0fb7 (diff)
downloadrust-libc-dbd03ec67804419c6c295d4f38846610e26db019.tar.gz
Update FreeBSD 12 CI image to 12.3. 12.2 is EoL.
11.4 is also EoL, but we need to keep testing on FreeBSD 11 since we expose a FreeBSD 11 ABI.
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 13a1f690dd..35cb4c4787 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,7 +16,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-12
freebsd_instance:
- image: freebsd-12-2-release-amd64
+ image: freebsd-12-3-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh