Skip to content

Commit

Permalink
Disable MKL on macOS CI
Browse files Browse the repository at this point in the history
GitHub's macOS runners switched to using the Apple Silicon architecture,
which is not supported by Intel's MKL.
  • Loading branch information
msk committed May 20, 2024
1 parent ebaa38b commit d50c56f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Run tests on macOS
if: matrix.os == 'macOS-latest'
run: |
export LD_LIBRARY_PATH="/opt/intel/mkl/lib/intel64"
cargo test --verbose --features "intel-mkl-system, serialization"
cargo test --verbose --features "serialization"
- name: Run tests
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'
run: cargo test --verbose --features "intel-mkl-static, serialization"
Expand Down

0 comments on commit d50c56f

Please sign in to comment.