ci: update FreeBSD CI environment to 13.2 (#6270)

Because 13.1 is EoL
This commit is contained in:
Alan Somers 2024-01-06 03:59:04 -07:00 committed by GitHub
parent c7e7f203ee
commit 2f730d4d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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-13-1
image_family: freebsd-13-2
env:
RUST_STABLE: stable
RUST_NIGHTLY: nightly-2023-10-21