ci: update FreeBSD CI environment (#6616)

Use the newly released FreeBSD 14.1.
This commit is contained in:
Alan Somers
2024-06-04 23:37:13 +02:00
committed by GitHub
parent 8fca6f6dad
commit a91d43823c
+1 -1
View File
@@ -1,7 +1,7 @@
only_if: $CIRRUS_TAG == '' && ($CIRRUS_PR != '' || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ 'tokio-.*')
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
freebsd_instance:
image_family: freebsd-14-0
image_family: freebsd-14-1
env:
RUST_STABLE: stable
RUST_NIGHTLY: nightly-2024-05-05