File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,26 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 version :
15- - ' 1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x)
16- - ' ~1.10.0-0 '
15+ - ' 1' # automatically expands to the latest stable 1.x release of Julia
16+ - ' lts '
1717 os :
1818 - ubuntu-latest
19- - macOS-latest
19+ - macOS-13
2020 - windows-latest
2121 arch :
2222 - x64
23- - x86
24- exclude :
23+ include :
2524 - os : macOS-latest
26- arch : x86
25+ arch : aarch64
26+ version : ' 1'
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929 - uses : julia-actions/setup-julia@v2
3030 with :
3131 version : ${{ matrix.version }}
3232 include-all-prereleases : true
3333 arch : ${{ matrix.arch }}
34- - uses : actions/cache@v1
34+ - uses : actions/cache@v4
3535 env :
3636 cache-name : cache-artifacts
3737 with :
@@ -45,14 +45,14 @@ jobs:
4545 - uses : julia-actions/julia-buildpkg@v1
4646 - uses : julia-actions/julia-runtest@v1
4747 - uses : julia-actions/julia-processcoverage@v1
48- - uses : codecov/codecov-action@v1
48+ - uses : codecov/codecov-action@v4
4949 with :
5050 file : lcov.info
5151 docs :
5252 name : Documentation
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v2
55+ - uses : actions/checkout@v4
5656 - uses : julia-actions/setup-julia@v2
5757 with :
5858 version : ' 1'
You can’t perform that action at this time.
0 commit comments