Skip to content

Commit 8c97337

Browse files
committed
Use FreeBSD 13.2 again
1 parent 7fa106c commit 8c97337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
freebsd_instance:
2-
image: freebsd-14-1-release-amd64
2+
image: freebsd-13-2-release-amd64
33

44
env:
55
RUST_BACKTRACE: full
66

77
task:
88
name: FreeBSD
99
setup_script:
10-
- curl https://sh.rustup.rs -sSf --output rustup.sh
10+
- fetch https://sh.rustup.rs -o rustup.sh
1111
- sh rustup.sh -y --profile minimal
1212
cargo_cache:
1313
folder: $HOME/.cargo/registry

0 commit comments

Comments
 (0)