diff options
author | Alan Somers <asomers@gmail.com> | 2022-12-05 16:53:31 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2022-12-05 16:53:31 -0700 |
commit | 3012fb3bc23db94dbef38bc1ccb2488f5a97e9fb (patch) | |
tree | 2e8295c14fb5f06c6408c7416fecf5edb32c8c3f /.cirrus.yml | |
parent | ce5afa7b523fd114ea7baadb26d5b318017cde58 (diff) | |
download | rust-libc-3012fb3bc23db94dbef38bc1ccb2488f5a97e9fb.tar.gz |
Update FreeBSD 12 CI environment to 12.4
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
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 |