From 543a9a7586c985c52e04045a5ce5489c06e5902b Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:18:30 -0500 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ae905209..81e9ef30 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,21 +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: 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