summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-08-07 10:56:13 -0600
committerAlan Somers <asomers@gmail.com>2019-08-07 10:56:13 -0600
commit91e44b1e610ebd5b0ee14b4cd1e295844978c8ba (patch)
tree2908fdf419d678f538cce01519e82371188740fa /.cirrus.yml
parent2b01f7e67322175e05f25325e6e941aa9a3ddeae (diff)
downloadrust-libc-91e44b1e610ebd5b0ee14b4cd1e295844978c8ba.tar.gz
Upgrade FreeBSD's CI image to release 11.3
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 47807ab0a7..d2fb21a60b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
task:
name: stable x86_64-unknown-freebsd-11
freebsd_instance:
- image: freebsd-11-2-release-amd64
+ image: freebsd-11-3-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh