From e049fc3630850698de7711f7c4519b1f1a285fa7 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 10:54:28 -0400 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ddc625..c39a2bb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,14 +21,17 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' - - 'pre' os: - ubuntu-latest + - windows-latest arch: - x64 - - x86 + include: + - os: macOS-latest + arch: aarch64 + version: '1' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2