From ddd2df89e787772f88c223ecac200db4836f7977 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 14:41:36 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5bc49d..dccf5bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,20 +15,16 @@ jobs: fail-fast: false matrix: julia-version: - - "1.3" - - "1" - - "nightly" + - 'lts' + - '1' os: - ubuntu-latest - - macos-latest - windows-latest julia-arch: - x64 - - x86 - # 32-bit Julia binaries are not available on macOS - exclude: + include: - os: macOS-latest - julia-arch: x86 + julia-arch: aarch64 steps: - uses: actions/checkout@v2