summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-12-05 16:53:31 -0700
committerAlan Somers <asomers@gmail.com>2022-12-05 16:53:31 -0700
commit3012fb3bc23db94dbef38bc1ccb2488f5a97e9fb (patch)
tree2e8295c14fb5f06c6408c7416fecf5edb32c8c3f /.cirrus.yml
parentce5afa7b523fd114ea7baadb26d5b318017cde58 (diff)
downloadrust-libc-3012fb3bc23db94dbef38bc1ccb2488f5a97e9fb.tar.gz
Update FreeBSD 12 CI environment to 12.4
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 fcbb8db65a..f72dc82abf 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
task:
name: nightly x86_64-unknown-freebsd-12
freebsd_instance:
- image: freebsd-12-3-release-amd64
+ image: freebsd-12-4-release-amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh