Skip to content

Commit ea6f297

Browse files
authored
Merge branch 'main' into blis32_jll
2 parents 330d032 + 233ce6b commit ea6f297

File tree

3 files changed

+787
-6
lines changed

3 files changed

+787
-6
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
version:
23-
- '1.10'
2423
- '1'
2524
os:
2625
- ubuntu-latest
2726
- windows-latest
2827
arch:
2928
- x64
3029
include:
31-
- os: macOS-latest
32-
arch: aarch64
33-
version: '1.10'
3430
- os: macOS-latest
3531
arch: aarch64
3632
version: '1'

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BLISBLAS"
22
uuid = "6f275bd8-fec0-4d39-945b-7e95a765fa1e"
33
authors = ["Carsten Bauer <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.2.0"
55

66
[deps]
77
LAPACK32_jll = "17f450c3-bd24-55df-bb84-8c51b4b939e3"
@@ -15,7 +15,7 @@ LAPACK32_jll = "3.12"
1515
LAPACK_jll = "3.12"
1616
blis32_jll = "1.0"
1717
blis_jll = "2"
18-
julia = "1.10"
18+
julia = "1.12"
1919

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

0 commit comments

Comments
 (0)