From da5e30990ef177fb9b3c92b925f5f7793fe2432e Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:21:36 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 409e0d14..d4556003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,10 @@ jobs: arch: [x64] allow_failure: [false] include: + - version: '1' + os: macos-latest + arch: arm64 + allow_failure: false - version: 'nightly' os: ubuntu-latest arch: x64