Skip to content

Commit

Permalink
CI: don't run the macOS CI jobs with the MKL provider
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 10, 2023
1 parent 76732cd commit 5774ab7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
arch: x86
- provider: 'mkl'
threads: '2'
# In MKL 2024, Intel dropped support for macOS.
- os: macOS-latest
provider: 'mkl'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5774ab7

Please sign in to comment.