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:
61
61
arch : x86
62
62
- os : macOS-13
63
63
arch : aarch64
64
+ - os : macOS-13
65
+ version : ' 1.6'
66
+ provider : ' mkl'
64
67
- os : macOS-14
65
68
arch : x86
66
69
- os : macOS-14
67
70
arch : x64
68
71
- os : macOS-14
69
- arch : aarch64
70
72
version : ' 1.6'
71
73
- os : macOS-14
72
- arch : aarch64
73
74
provider : ' mkl'
74
75
75
76
steps :
83
84
# So, in CI, for the macOS jobs, we force MKL 2023 to be installed (instead of
84
85
# MKL 2024).
85
86
- 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')
87
88
- name : Set Preferences
88
89
run : julia --project .github/set_ci_preferences.jl "${{ matrix.provider }}"
89
90
- uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments