summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-09-03 09:51:49 -0600
committerAlan Somers <asomers@gmail.com>2022-09-03 10:37:59 -0600
commitab577960b8545839fad516ee6ae64221a3a57224 (patch)
tree6772ea10676daf5698024293d17c725ee94f6765 /.cirrus.yml
parentb6e47043f99d3c2a2e5ec002f078130a91cd5c01 (diff)
downloadrust-libc-ab577960b8545839fad516ee6ae64221a3a57224.tar.gz
Fix the tests on the latest FreeBSD 14.0-CURRENT
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 d49772a9e4..c2a08e4d7d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -29,7 +29,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-14
freebsd_instance:
- image: freebsd-14-0-current-amd64-v20220203
+ image: freebsd-14-0-current-amd64-v20220902
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh