Skip to content

Commit 65ce991

Browse files
committed
updatre matrix of setup_mex.yml
1 parent 4dc413e commit 65ce991

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.github/workflows/setup_mex.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [windows-2019, windows-latest, macos-11, macos-latest, macos-13] # macos-14 is only for Apple Silicon chip, which needs nagfor
19+
os: [windows-2019, windows-latest, macos-11, macos-12, macos-13] # macos-14 is only for Apple Silicon chip, which needs nagfor
2020
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, latest]
2121
oneapi: [2022, 2023, 2024] # oneAPI is not supported yet as of Dec 2023.
2222
lang: [Fortran, C]
@@ -31,6 +31,8 @@ jobs:
3131
matlab: R2023a
3232
- os: windows-2019
3333
matlab: R2023b
34+
- os: windows-2019
35+
matlab: R2024a
3436
- os: windows-2019
3537
matlab: latest
3638
# Intel oneAPI does not support macOS anymore starting from 2024.
@@ -61,6 +63,18 @@ jobs:
6163
matlab: R2022b
6264

6365

66+
# OneAPI 2024 is not supported before MATLAB R2024a
67+
- matlab: R2021a
68+
oneapi: 2024
69+
- matlab: R2021b
70+
oneapi: 2024
71+
- matlab: R2022a
72+
oneapi: 2024
73+
- matlab: R2023a
74+
oneapi: 2024
75+
- matlab: R2023b
76+
oneapi: 2024
77+
6478
steps:
6579
- name: Check out repository
6680
uses: actions/[email protected]

install_oneapi_windows.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
:: "Intel Fortran Compiler Classic and Intel Fortran Compiler for Windows" at
1212
:: https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html
1313
:: and take the URL for the "Offline" installer.
14-
:: Default version: 2024.0.1 (updated on 20231219)
15-
set URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2e7500af-3097-4424-bd07-5d86c7791ec5/w_fortran-compiler_p_2024.0.1.30_offline.exe
14+
:: Default version: 2024.1.0 (updated on 20240427)
15+
set URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f6a44238-5cb6-4787-be83-2ef48bc70cba/w_fortran-compiler_p_2024.1.0.466_offline.exe
1616
if "%1"=="2023" (
1717
set URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1720594b-b12c-4aca-b7fb-a7d317bac5cb/w_fortran-compiler_p_2023.2.1.7_offline.exe
1818
)

0 commit comments

Comments
 (0)