From 9d32d15ca06e0788866959ad53d940581fe05a9b Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:33:17 -0500 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3e3ba5c..81e9ef3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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