Skip to content

Commit

Permalink
macos runners are now arm64. There is no Intel MKL on Arm
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Dec 23, 2024
1 parent d0b4fad commit af3fe2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/scripts/set-conda-test-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
'win': 'windows',
}

blas_implementations = ['unset', 'Generic', 'OpenBLAS', 'Intel10_64lp']

combinations = {'ubuntu': blas_implementations,
'macos': blas_implementations,
combinations = {'ubuntu': ['unset', 'Generic', 'OpenBLAS', 'Intel10_64lp'],
'macos': ['unset', 'Generic', 'OpenBLAS'],
'windows': ['unset', 'Intel10_64lp'],
}

Expand Down

0 comments on commit af3fe2d

Please sign in to comment.