diff options
author | Alan Somers <asomers@gmail.com> | 2021-01-29 15:52:39 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2021-01-29 16:05:51 -0700 |
commit | e3482c13c12ddcadf50055be9e76445169b067d2 (patch) | |
tree | 84136dab49df151a0e3bf0ca77601a4798a78054 /.cirrus.yml | |
parent | 4af234205f440be38d9036a5bdbcfeed55fb2ced (diff) | |
download | rust-libc-e3482c13c12ddcadf50055be9e76445169b067d2.tar.gz |
Refactor freebsd to add a new FreeBSD 13 module
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 fb5d07b4f8..36690d7fa9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -31,7 +31,7 @@ task: task: name: nightly x86_64-unknown-freebsd-13 freebsd_instance: - image: freebsd-13-0-current-amd64-v20201001 + image: freebsd-13-0-alpha3-amd64 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh |