Skip to content

Commit 5cee032

Browse files
committed
Drop macOS
1 parent 5ad523b commit 5cee032

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/openblas.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,3 @@ jobs:
3535
--manifest-path=ndarray-linalg/Cargo.toml
3636
--no-default-features
3737
--features=openblas-${{ matrix.feature }}
38-
39-
macos:
40-
runs-on: macos-10.15
41-
strategy:
42-
fail-fast: false
43-
matrix:
44-
feature:
45-
- static
46-
- system
47-
steps:
48-
- uses: actions/checkout@v1
49-
with:
50-
submodules: 'recursive'
51-
- name: Install OpenBLAS by homebrew
52-
run: |
53-
brew install openblas
54-
if: ${{ contains(matrix.feature, 'system') }}
55-
- run: |
56-
export LIBRARY_PATH=$(readlink -f $(dirname $(gfortran -print-file-name libgfortran.a)))
57-
- uses: actions-rs/cargo@v1
58-
with:
59-
command: test
60-
args: >
61-
--manifest-path=ndarray-linalg/Cargo.toml
62-
--no-default-features
63-
--features=openblas-${{ matrix.feature }}

0 commit comments

Comments
 (0)