diff --git a/.github/workflows/TestLTS.yml b/.github/workflows/TestLTS.yml index ffd9d00..1d58458 100644 --- a/.github/workflows/TestLTS.yml +++ b/.github/workflows/TestLTS.yml @@ -1,4 +1,4 @@ -name: Test v1.6 (LTS) +name: Test (LTS) on: workflow_dispatch: @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: ['1.6'] + julia-version: ['lts'] julia-arch: [x64] os: [ubuntu-latest, windows-latest] experimental: [false] @@ -35,6 +35,10 @@ jobs: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} + # Set up julia-cache + - name: Set up julia-cache + uses: julia-actions/cache@v2 + # Set up cache - name: "Set up cache" uses: actions/cache@v4 diff --git a/.github/workflows/TestLatest.yml b/.github/workflows/TestLatest.yml index 981f99e..30c0ecd 100644 --- a/.github/workflows/TestLatest.yml +++ b/.github/workflows/TestLatest.yml @@ -35,6 +35,10 @@ jobs: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} + # Set up julia-cache + - name: Set up julia-cache + uses: julia-actions/cache@v2 + # Set up cache - name: "Set up cache" uses: actions/cache@v4