Skip to content

Commit e5b3909

Browse files
committed
Upgrade to BLIS v0.9
Definitions used in this Julia wrapper should not have changed since v0.8.1+3.
1 parent ca9e6dd commit e5b3909

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
arch:
1313
- x64
1414
version:
15-
- '1.4'
16-
- '1.5'
15+
- '1.7'
1716
- 'nightly'
1817
os:
1918
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
1414

1515
[compat]
16-
julia = "1.4"
17-
blis_jll = "0.7.0 - 0.8.1"
16+
julia = "1.7"
17+
blis_jll = "0.9.0"

0 commit comments

Comments
 (0)