Skip to content

Commit

Permalink
Update FreeBSD 13 CI image (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers authored Apr 16, 2024
1 parent 969e1a0 commit 67bee37
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
Expand Up @@ -5,7 +5,7 @@ task:
HOME: /tmp # cargo needs it
RUST_BACKTRACE: full # Better info for debugging test failures.
freebsd_instance:
image: freebsd-13-2-release-amd64
image: freebsd-13-3-release-amd64
setup_script:
- fetch https://sh.rustup.rs -o rustup.sh
- sh rustup.sh -y --profile=minimal --default-toolchain ${VERSION}-x86_64-unknown-freebsd
Expand Down

0 comments on commit 67bee37

Please sign in to comment.