about summary refs log tree commit diff
path: root/library/stdarch
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2024-03-06 07:09:16 -0700
committerAmanieu d'Antras <amanieu@gmail.com>2024-03-06 19:12:01 +0000
commitbb147775cc5c7b5e4e898cd18f77fcb729373c7e (patch)
tree66e23ef954fa83f5de67aca37a92910f8e670ddf /library/stdarch
parent012e4ce580a9024040bab39dcdaef396ac3fa681 (diff)
downloadrust-bb147775cc5c7b5e4e898cd18f77fcb729373c7e.tar.gz
rust-bb147775cc5c7b5e4e898cd18f77fcb729373c7e.zip
Update FreeBSD 13 CI image
Diffstat (limited to 'library/stdarch')
-rw-r--r--library/stdarch/.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/.cirrus.yml b/library/stdarch/.cirrus.yml
index 4fb3b27ffb5..650a154dbad 100644
--- a/library/stdarch/.cirrus.yml
+++ b/library/stdarch/.cirrus.yml
@@ -1,7 +1,7 @@
 task:
   name: x86_64-unknown-freebsd
   freebsd_instance:
-    image_family: freebsd-13-2
+    image_family: freebsd-13-3
   setup_script:
     - curl https://sh.rustup.rs -sSf --output rustup.sh
     - sh rustup.sh --default-toolchain nightly -y