diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-02-19 08:19:17 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-02-19 08:19:17 +0900 |
commit | 40f80c666080fac4b4ca96ce392a4457a68e7022 (patch) | |
tree | 46c750e7a2301db8ff6b02c98a7f36a1865cf026 /.cirrus.yml | |
parent | 2dc2a39104e68974bcb4ef6b1bd1bc092ebf8283 (diff) | |
download | rust-libc-40f80c666080fac4b4ca96ce392a4457a68e7022.tar.gz |
Upgrade freebsd-11 stable
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 28830438ac..3390b8ce33 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,7 +15,7 @@ task: task: name: stable x86_64-unknown-freebsd-11 freebsd_instance: - image: freebsd-11-3-stable-amd64-v20190801 + image: freebsd-11-3-stable-amd64-v20200213 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh |