Skip to content

Commit

Permalink
chore(ci): remove FreeBSD 12.1 and update to FreeBSD 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Jan 22, 2024
1 parent 096ce4f commit f3587a9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
task:
only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_PR != ''
matrix:
- name: FreeBSD 12.1
- name: FreeBSD 13.2
freebsd_instance:
image_family: freebsd-12-1-snap
- name: FreeBSD 13.0
freebsd_instance:
image_family: freebsd-13-0-snap
image_family: freebsd-13-2-snap
# Install Rust
setup_script:
- fetch https://sh.rustup.rs -o rustup.sh
Expand Down

0 comments on commit f3587a9

Please sign in to comment.