Skip to content

Commit 0bfe129

Browse files
authored
cirrus: update and simplify workflow
Restrict to julia 1 and FreeBSD. Drop musl Linux and macOS M1.
1 parent 0810b29 commit 0bfe129

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.cirrus.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,10 @@ task:
22
matrix:
33
- name: FreeBSD
44
freebsd_instance:
5-
image_family: freebsd-13-3
5+
image_family: freebsd-14-2
66
env:
77
matrix:
8-
- JULIA_VERSION: 1.6
98
- 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-
env:
19-
- JULIA_VERSION: 1
209
install_script: |
2110
URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
2211
set -x

0 commit comments

Comments
 (0)