Skip to content

Commit

Permalink
updatre matrix of setup_mex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 27, 2024
1 parent 4dc413e commit 65ce991
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/setup_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-latest, macos-11, macos-latest, macos-13] # macos-14 is only for Apple Silicon chip, which needs nagfor
os: [windows-2019, windows-latest, macos-11, macos-12, macos-13] # macos-14 is only for Apple Silicon chip, which needs nagfor
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, latest]
oneapi: [2022, 2023, 2024] # oneAPI is not supported yet as of Dec 2023.
lang: [Fortran, C]
Expand All @@ -31,6 +31,8 @@ jobs:
matlab: R2023a
- os: windows-2019
matlab: R2023b
- os: windows-2019
matlab: R2024a
- os: windows-2019
matlab: latest
# Intel oneAPI does not support macOS anymore starting from 2024.
Expand Down Expand Up @@ -61,6 +63,18 @@ jobs:
matlab: R2022b


# OneAPI 2024 is not supported before MATLAB R2024a
- matlab: R2021a
oneapi: 2024
- matlab: R2021b
oneapi: 2024
- matlab: R2022a
oneapi: 2024
- matlab: R2023a
oneapi: 2024
- matlab: R2023b
oneapi: 2024

steps:
- name: Check out repository
uses: actions/checkout@v4.1.2
Expand Down
4 changes: 2 additions & 2 deletions install_oneapi_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
:: "Intel Fortran Compiler Classic and Intel Fortran Compiler for Windows" at
:: https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html
:: and take the URL for the "Offline" installer.
:: Default version: 2024.0.1 (updated on 20231219)
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
:: Default version: 2024.1.0 (updated on 20240427)
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
if "%1"=="2023" (
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
)
Expand Down

0 comments on commit 65ce991

Please sign in to comment.