File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -28,29 +28,21 @@ jobs:
28
28
- windows-latest
29
29
arch :
30
30
- x64
31
+ - x86
31
32
include :
32
33
- os : macOS-latest
33
34
arch : aarch64
34
35
version : ' 1.10'
35
- - os : ubuntu-latest
36
- arch : x86
36
+ - os : macOS-13
37
+ arch : x64
37
38
version : ' 1.10'
38
39
steps :
39
40
- uses : actions/checkout@v4
40
41
- uses : julia-actions/setup-julia@v2
41
42
with :
42
43
version : ${{ matrix.version }}
43
44
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
54
46
- run : julia --color=yes .ci/test_and_change_uuid.jl
55
47
- uses : julia-actions/julia-buildpkg@v1
56
48
- uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments