From c358356499e4a9c2910cc0f534801906948f61e1 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Thu, 29 Feb 2024 08:30:36 -0500 Subject: [PATCH] Update ci.yml to test latest stable release (#80) * Update ci.yml to test latest stable release * Update ci.yml --- .github/workflows/ci.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70b34ad..460b7fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,26 +10,34 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.9' - - 'nightly' + - '1' # Current stable version os: - ubuntu-latest - - macOS-latest - windows-latest + - macOS-latest arch: - x64 - - x86 - exclude: - - os: macOS-latest + include: + - os: macOS-14 + arch: aarch64 + version: '1' + - os: ubuntu-latest arch: x86 + version: '1' + - os: ubuntu-latest + arch: x64 + version: '1.6' + - os: ubuntu-latest + arch: x64 + version: 'nightly' + steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: