summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-05-22 10:27:05 +0900
committerYuki Okushi <jtitor@2k36.org>2021-05-22 10:37:41 +0900
commit02bffca9db12be6982944fc08b0412772d5685ae (patch)
treeb68e8a272ed06cd5a414c7bb904db35badb1ba6f /.cirrus.yml
parentab10de3b47abe3d5100995712c168c2748e18646 (diff)
downloadrust-libc-02bffca9db12be6982944fc08b0412772d5685ae.tar.gz
Upgrade FreeBSD 13 image to `freebsd-13-0-release`
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 9c0b6c32f0..176a44af8f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -35,7 +35,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-13
freebsd_instance:
- image: freebsd-13-0-alpha3-amd64
+ image: freebsd-13-0-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh