diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cff4314b..df9dd0c7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,6 +14,7 @@ jobs: matrix: version: - "1.9" + - "1.10" os: - ubuntu-latest - macOS-latest @@ -30,16 +31,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 - env: - cache-name: cache-artifacts - with: - path: ~/.julia/artifacts - key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} - restore-keys: | - ${{ runner.os }}-test-${{ env.cache-name }}- - ${{ runner.os }}-test- - ${{ runner.os }}- + - uses: julia-actions/cache@v1 - name: add CESMIX registry run: | julia -e ' diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index eeb9f26b..862888c3 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,6 +15,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: "1.9" + - uses: julia-actions/cache@v1 - name: add CESMIX registry run: | julia -e '