Skip to content

Commit 59523d5

Browse files
authored
Merge pull request #13 from JuliaLinearAlgebra/blis-v0.9
Upgrade to BLIS v0.9
2 parents ca9e6dd + 0df4bb8 commit 59523d5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: julia-actions/setup-julia@latest
1515
with:
16-
version: '1.5'
16+
version: '1.7'
1717
- run: |
1818
julia --project=docs -e '
1919
using Pkg

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)