Skip to content

Commit 330d032

Browse files
authored
Merge branch 'main' into blis32_jll
2 parents db7ad21 + e7e4008 commit 330d032

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/workflows/CI.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -39,8 +45,9 @@ jobs:
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

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
1414
LAPACK32_jll = "3.12"
1515
LAPACK_jll = "3.12"
1616
blis32_jll = "1.0"
17-
blis_jll = "1.0"
18-
julia = "1.9"
17+
blis_jll = "2"
18+
julia = "1.10"
1919

2020
[extras]
2121
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

0 commit comments

Comments
 (0)