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 721180c commit 32dbc5eCopy full SHA for 32dbc5e
.cirrus.yml
@@ -2,21 +2,10 @@ task:
2
matrix:
3
- name: FreeBSD
4
freebsd_instance:
5
- image_family: freebsd-13-2
+ image_family: freebsd-13-3
6
env:
7
8
- - JULIA_VERSION: 1.6
9
- JULIA_VERSION: 1
10
- - name: musl Linux
11
- container:
12
- image: alpine:3.14
13
- env:
14
- - JULIA_VERSION: 1
15
- - name: MacOS M1
16
- macos_instance:
17
- image: ghcr.io/cirruslabs/macos-monterey-base:latest
18
19
20
install_script: |
21
URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
22
set -x
0 commit comments