Skip to content

Commit

Permalink
Update Cirrus CI to use FreeBSD 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 15, 2020
1 parent aaa243c commit 6fd406c
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,11 +1,11 @@
freebsd_instance:
image: freebsd-11-2-release-amd64
image: freebsd-12-1-release-amd64

env:
RUST_BACKTRACE: full

task:
name: FreeBSD 11.2 amd64
name: FreeBSD 12.1 amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down

0 comments on commit 6fd406c

Please sign in to comment.