From 3469a15ca640d635573994f2e59c7f24a6a61ae8 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:08:06 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1d0d05..ae43153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,16 +14,20 @@ jobs: fail-fast: false matrix: version: ['1.6', '1'] - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] arch: [x64] allow_failure: [false] include: + - version: '1' + os: macos-latest + arch: arm64 + allow_failure: false - version: 'nightly' os: ubuntu-latest arch: x64 allow_failure: true - version: 'nightly' - os: macOS-latest + os: macos-latest arch: x64 allow_failure: true - version: 'nightly'