Skip to content

Commit ef4e730

Browse files
authored
Update CI.yml
1 parent cc11398 commit ef4e730

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -83,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)