Skip to content

Commit e206af5

Browse files
committed
Drop macOS/{openblas,netlib} tests (See #222 and #223)
1 parent a1244e2 commit e206af5

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.github/workflows/netlib.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,3 @@ jobs:
3333
--manifest-path=lax/Cargo.toml
3434
--no-default-features
3535
--features=netlib-${{ matrix.feature }}
36-
37-
macos:
38-
strategy:
39-
fail-fast: false
40-
matrix:
41-
feature:
42-
- system
43-
- static
44-
runs-on: macos-10.15
45-
env:
46-
CC: gcc-9
47-
FC: gfortran-9
48-
LIBRARY_PATH: /usr/local/opt/gcc/lib/gcc/9
49-
steps:
50-
- uses: actions/checkout@v1
51-
- uses: actions-rs/cargo@v1
52-
with:
53-
command: test
54-
args: >
55-
--manifest-path=lax/Cargo.toml
56-
--no-default-features
57-
--features=netlib-${{ matrix.feature }}

.github/workflows/openblas.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,3 @@ jobs:
3333
--manifest-path=lax/Cargo.toml
3434
--no-default-features
3535
--features=openblas-${{ matrix.feature }}
36-
37-
macos:
38-
strategy:
39-
fail-fast: false
40-
matrix:
41-
feature:
42-
- system
43-
- static
44-
runs-on: macos-10.15
45-
env:
46-
CC: gcc-9
47-
FC: gfortran-9
48-
LIBRARY_PATH: /usr/local/opt/gcc/lib/gcc/9
49-
steps:
50-
- uses: actions/checkout@v1
51-
- uses: actions-rs/cargo@v1
52-
with:
53-
command: test
54-
args: >
55-
--manifest-path=lax/Cargo.toml
56-
--no-default-features
57-
--features=openblas-${{ matrix.feature }}

0 commit comments

Comments
 (0)