File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -23,34 +23,23 @@ jobs:
2323 os :
2424 - ubuntu-latest
2525 - windows-latest
26- - macOS-13 # intel
2726 julia-arch :
2827 - x64
2928 - x86
30- exclude :
31- - os : macOS-13
32- julia-arch : x86
3329 include :
3430 - os : macOS-latest
3531 julia-arch : aarch64
3632 julia-version : ' nightly'
37-
33+ - os : macOS-13
34+ julia-arch : x64
35+ julia-version : ' nightly'
3836 steps :
3937 - uses : actions/checkout@v4
4038 - uses : julia-actions/setup-julia@v2
4139 with :
4240 version : ${{ matrix.julia-version }}
4341 arch : ${{ matrix.julia-arch }}
44- - uses : actions/cache@v4
45- env :
46- cache-name : cache-artifacts
47- with :
48- path : ~/.julia/artifacts
49- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
50- restore-keys : |
51- ${{ runner.os }}-test-${{ env.cache-name }}-
52- ${{ runner.os }}-test-${{ matrix.os }}
53- ${{ runner.os }}-
42+ - uses : julia-actions/cache@v2
5443 - run : julia --color=yes .ci/test_and_change_uuid.jl
5544 - uses : julia-actions/julia-buildpkg@v1
5645 - uses : julia-actions/julia-runtest@v1
9180 - uses : actions/checkout@v4
9281 - uses : julia-actions/setup-julia@v2
9382 with :
94- # version: '1.6'
9583 version : ' nightly'
9684 - name : Generate docs
9785 run : |
You can’t perform that action at this time.
0 commit comments