We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c466 commit ec2ee11Copy full SHA for ec2ee11
.cirrus.yml
@@ -1,12 +1,10 @@
1
freebsd_instance:
2
- image: freebsd-12-1-release-amd64
+ image: freebsd-13-3-release-amd64
3
task:
4
name: FreeBSD
5
env:
6
matrix:
7
- - JULIA_VERSION: 1.6
8
- JULIA_VERSION: 1
9
- - JULIA_VERSION: nightly
10
allow_failures: $JULIA_VERSION == 'nightly'
11
install_script:
12
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
0 commit comments