Skip to content

Commit

Permalink
ci: update FreeBSD CI environment (tokio-rs#6616)
Browse files Browse the repository at this point in the history
Use the newly released FreeBSD 14.1.
  • Loading branch information
asomers authored Jun 4, 2024
1 parent 8fca6f6 commit a91d438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a91d438

Please sign in to comment.