summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-04-18 22:29:58 +0000
committerbors <bors@rust-lang.org>2022-04-18 22:29:58 +0000
commit02f4f6cbccaf2c7cc22617a51f9717d5ac6c9a05 (patch)
treefe92430ba49be72854eb7a0a936f83bce649f470
parent13534c34e8acc274390c4fefaf247eab9eaa7ed1 (diff)
parentdbd03ec67804419c6c295d4f38846610e26db019 (diff)
downloadrust-libc-02f4f6cbccaf2c7cc22617a51f9717d5ac6c9a05.tar.gz
Auto merge of #2759 - asomers:fbsd12.3, r=Amanieu0.2.124
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