summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-17 10:06:36 +0000
committerbors <bors@rust-lang.org>2023-04-17 10:06:36 +0000
commit95ce1ff4dfa941f76f45cab588f756ac25055f7a (patch)
tree8d4a30027617c639d0058781683ed30d9b230d97
parent88740efbf6e093bb021f2b67e518e247a47a61fd (diff)
parent197344763b084261130760441ec5b98ee7f81f3b (diff)
downloadrust-libc-95ce1ff4dfa941f76f45cab588f756ac25055f7a.tar.gz
Auto merge of #3203 - JohnTitor:chore/pin-freebsd-ci, r=JohnTitor
Pin FreeBSD 14 version on CI
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f262e22339..d9fc3c90a8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -29,7 +29,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-14
freebsd_instance:
- image_family: freebsd-14-0-snap
+ image: freebsd-14-0-current-amd64-v20230330
setup_script:
- pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh