Skip to content

Commit 6836e1c

Browse files
committed
update to v0.3.12
1 parent 18b63d0 commit 6836e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
branches: [ master ]
1414

1515
env:
16-
OPENBLAS_COMMIT: "4ad33c46b0c"
16+
OPENBLAS_COMMIT: "v0.3.12"
1717
OPENBLAS_ROOT: "c:\\opt"
1818

1919
jobs:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- OPENBLAS_COMMIT=4ad33c46b0c
5+
- OPENBLAS_COMMIT=v0.3.12
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>

0 commit comments

Comments
 (0)