summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-10-01 13:03:12 -0600
committerAlan Somers <asomers@gmail.com>2022-10-01 13:03:12 -0600
commit01637a9edd9e3a2a7c5466d7cfd24e3b3a63da89 (patch)
treee7bf3a51d7d9025de4a8d1dce67f5bf652f0f0d9
parentd99c37d97c7a075ffc7f4260f2dd134d1ee3daaa (diff)
downloadrust-libc-01637a9edd9e3a2a7c5466d7cfd24e3b3a63da89.tar.gz
Update FreeBSD 13 CI image to 13.1
13.0 is EoL.
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index c2a08e4d7d..fcbb8db65a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -15,7 +15,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-13
freebsd_instance:
- image: freebsd-13-0-release-amd64
+ image: freebsd-13-1-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh