File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -28,29 +28,21 @@ jobs:
2828 - windows-latest
2929 arch :
3030 - x64
31+ - x86
3132 include :
3233 - os : macOS-latest
3334 arch : aarch64
3435 version : ' 1.10'
35- - os : ubuntu-latest
36- arch : x86
36+ - os : macOS-13
37+ arch : x64
3738 version : ' 1.10'
3839 steps :
3940 - uses : actions/checkout@v4
4041 - uses : julia-actions/setup-julia@v2
4142 with :
4243 version : ${{ matrix.version }}
4344 arch : ${{ matrix.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 }}-
45+ - uses : julia-actions/cache@v2
5446 - run : julia --color=yes .ci/test_and_change_uuid.jl
5547 - uses : julia-actions/julia-buildpkg@v1
5648 - uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments