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.8'
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 @@ -8,8 +8,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88blis_jll = " 6136c539-28a5-5bf0-87cc-b183200dce32"
99
1010[compat ]
11- blis_jll = " 1.0 "
12- julia = " 1.8 "
11+ blis_jll = " 2 "
12+ julia = " 1.10 "
1313
1414[extras ]
1515Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
You can’t perform that action at this time.
0 commit comments