From 9935f7be03becd885d4e294a7f5f4a52f136df6f Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sat, 17 Aug 2024 00:24:39 -0400 Subject: [PATCH] Update CI scripts --- .cirrus.yml | 10 ---------- .github/workflows/CI.yml | 5 +++++ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2c9f8f72..afde37b3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,16 +7,6 @@ task: 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-ventura-base:latest - env: - - JULIA_VERSION: 1 install_script: | URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh" set -x diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index baf75e22..e3911cae 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,6 +17,11 @@ jobs: - ubuntu-latest arch: - x64 + include: + - version: '1' + os: macos-latest + arch: arm64 + allow_failure: false steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2