From 4787c96e172a696b0e0f6aa892f6f684d5822f08 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 17 Jul 2024 13:18:24 +1200 Subject: [PATCH] Add aarch64-apple to CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4df3e49..5671216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,10 @@ jobs: - version: '1.6' os: ubuntu-latest arch: x86 + # Test against Apple M-series + - version: '1' + os: macos-14 + arch: aarch64 steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2