From b3b0033d2c7979c4919559fd15c7631b754d69c7 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Sat, 11 Jul 2026 21:14:31 -0400 Subject: [PATCH] improve ci --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7abe51c..da62b11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,13 @@ jobs: - '1' os: - ubuntu-latest - - macOS-latest - windows-latest arch: - x64 + include: + - version: '1' + os: macOS-latest + arch: aarch64 steps: - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 @@ -80,4 +83,4 @@ jobs: # 1. If the PR is from a fork, then no Codecov token is required. # 2. If the PR is NOT from a fork, then the Codecov token is required. token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true + fail_ci_if_error: false