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 ecca3ab commit d78e2d0Copy full SHA for d78e2d0
.cirrus.yml
@@ -2,7 +2,7 @@ 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
@@ -12,11 +12,6 @@ task:
12
image: alpine:3.14
13
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
20
install_script: |
21
URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
22
set -x
0 commit comments