Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Sep 6, 2024
1 parent 201fa59 commit 9d32d15
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,10 @@ task:
matrix:
- name: FreeBSD
freebsd_instance:
image_family: freebsd-13-2
image_family: freebsd-13-3
env:
matrix:
- JULIA_VERSION: 1.6
- JULIA_VERSION: 1
- name: Linux ARMv8
arm_container:
image: ubuntu:latest
env:
- JULIA_VERSION: 1
- name: musl Linux
container:
image: alpine:3.14
env:
- JULIA_VERSION: 1
- name: MacOS M1
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
env:
- JULIA_VERSION: 1
install_script: |
URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
set -x
Expand Down

0 comments on commit 9d32d15

Please sign in to comment.