From f6980622d746246c2d1305b0baf5c805b42ce281 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Fri, 2 Aug 2024 21:14:57 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfb93c9a..6cc5696d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,21 +18,23 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' os: - ubuntu-latest - - macOS-latest - windows-latest arch: - x64 include: + - os: macOS-latest + version: '1' + arch: aarch64 - os: ubuntu-latest version: 'nightly' arch: x64 steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}