File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,16 @@ jobs:
6161 arch : x86
6262 - os : macOS-13
6363 arch : aarch64
64+ - os : macOS-13
65+ version : ' 1.6'
66+ provider : ' mkl'
6467 - os : macOS-14
6568 arch : x86
6669 - os : macOS-14
6770 arch : x64
6871 - os : macOS-14
69- arch : aarch64
7072 version : ' 1.6'
7173 - os : macOS-14
72- arch : aarch64
7374 provider : ' mkl'
7475
7576 steps :
8384 # So, in CI, for the macOS jobs, we force MKL 2023 to be installed (instead of
8485 # MKL 2024).
8586 - run : julia .ci/macos_mkl_2023.jl
86- if : (matrix.os == 'macOS-latest ') && (matrix.provider == 'mkl')
87+ if : (matrix.os == 'macOS-13 ') && (matrix.provider == 'mkl')
8788 - name : Set Preferences
8889 run : julia --project .github/set_ci_preferences.jl "${{ matrix.provider }}"
8990 - uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments