Skip to content

Commit b71b7b4

Browse files
committed
Update to FreeBSD 13.1 in CI
1 parent 14796fb commit b71b7b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
freebsd_instance:
2-
image_family: freebsd-13-0
2+
image_family: freebsd-13-1
33

44
env:
55
RUST_BACKTRACE: full
66

77
task:
88
name: FreeBSD
99
setup_script:
10-
- pkg install -y curl
1110
- curl https://sh.rustup.rs -sSf --output rustup.sh
1211
- sh rustup.sh -y --profile minimal
1312
cargo_cache:

0 commit comments

Comments
 (0)