File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,23 @@ jobs:
2020 fail-fast : false
2121 matrix :
2222 version :
23- - ' 1.9'
2423 - ' 1.10'
25- - ' nightly '
24+ - ' 1 '
2625 os :
2726 - ubuntu-latest
2827 - windows-latest
29- - macOS-latest
3028 arch :
3129 - x64
30+ include :
31+ - os : macOS-latest
32+ arch : aarch64
33+ version : ' 1.10'
34+ - os : macOS-latest
35+ arch : aarch64
36+ version : ' 1'
37+
3238 steps :
33- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
3440 - uses : julia-actions/setup-julia@v2
3541 with :
3642 version : ${{ matrix.version }}
3945 - uses : julia-actions/julia-buildpkg@v1
4046 - uses : julia-actions/julia-runtest@v1
4147 - uses : julia-actions/julia-processcoverage@v1
42- - uses : codecov/codecov-action@v4
48+ - uses : codecov/codecov-action@v5
4349 with :
4450 file : lcov.info
51+ token : ${{ secrets.CODECOV_TOKEN }}
4552 env :
4653 JULIA_NUM_THREADS : 4,2
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
1414LAPACK32_jll = " 3.12"
1515LAPACK_jll = " 3.12"
1616blis32_jll = " 1.0"
17- blis_jll = " 1.0 "
18- julia = " 1.9 "
17+ blis_jll = " 2 "
18+ julia = " 1.10 "
1919
2020[extras ]
2121Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
You can’t perform that action at this time.
0 commit comments