Skip to content

Commit

Permalink
Use FreeBSD 13.2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jun 27, 2024
1 parent 7fa106c commit 8c97337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
freebsd_instance:
image: freebsd-14-1-release-amd64
image: freebsd-13-2-release-amd64

env:
RUST_BACKTRACE: full

task:
name: FreeBSD
setup_script:
- curl https://sh.rustup.rs -sSf --output rustup.sh
- fetch https://sh.rustup.rs -o rustup.sh
- sh rustup.sh -y --profile minimal
cargo_cache:
folder: $HOME/.cargo/registry
Expand Down

0 comments on commit 8c97337

Please sign in to comment.