From b3606c38ae22394761ac22520025c629f2a53875 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Fri, 22 Nov 2024 10:12:36 -0500 Subject: [PATCH] Update/Fix CI setup --- .github/workflows/ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f0d0198c..892607acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' # automatically expands to the latest stable 1.x release of Julia - 'nightly' os: @@ -29,17 +29,14 @@ jobs: - macOS-latest - windows-latest arch: - - x64 + - default include: - os: windows-latest version: '1' arch: x86 - exclude: - - os: windows-latest - version: '1.6' steps: - - uses: actions/checkout@v3 - - uses: julia-actions/setup-julia@v1 + - uses: actions/checkout@v4 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} @@ -67,7 +64,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: '1'