We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7393e50 commit 0df3d9fCopy full SHA for 0df3d9f
1 file changed
.cirrus.yml
@@ -1,10 +1,10 @@
1
task:
2
only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_PR != ''
3
matrix:
4
- - name: FreeBSD 13.2
+ - name: FreeBSD 13.4
5
freebsd_instance:
6
- image_family: freebsd-13-2-snap
7
- # Install Rust
+ image_family: freebsd-13-4-snap
+ # Install Rust
8
setup_script:
9
- fetch https://sh.rustup.rs -o rustup.sh
10
- sh rustup.sh -y --profile=minimal --default-toolchain stable
0 commit comments