We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c66c0e commit 5b809d5Copy full SHA for 5b809d5
1 file changed
.cirrus.yml
@@ -5,18 +5,7 @@ task:
5
image_family: freebsd-14-2
6
env:
7
matrix:
8
- - JULIA_VERSION: 'lts'
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