File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 2828 matrix :
2929 os : [ubuntu-22.04, windows-2025, macos-latest]
3030 release : [R2024a, R2024b, R2025a]
31- # on Linux, even R2025a needs GCC 10.x and hence Github Actions runner ubuntu-22.04.
32- # R2021a...R2022a officially need Ubuntu 20.04, which is no longer available on Github Actions
33- # macOS >= R2023b to be compatible with Xcode version on Github Actions runner
31+ # Linux:
32+ # R2022b..R2025a needs GCC 10.x and hence Github Actions runner ubuntu-22.04.
33+ # if using ubuntu-latest the java_exe tests fail.
34+ # R2021a..R2022a officially need Ubuntu 20.04, which is no longer available on Github Actions
35+ # macOS:
36+ # Matlab >= R2023b compatible with Xcode 15
37+ # Matlab >= R2024b compatible with Xcode 16
3438
3539 steps :
3640 - &matlab-install
5256 name : Matlab tell External Language Interface versions
5357 uses : matlab-actions/run-command@v2
5458 with :
55- command : license('inuse'), stdlib.platform_tell()
59+ command : stdlib.platform_tell()
5660
5761 - &code-issues
5862 name : Check codeIssues
You can’t perform that action at this time.
0 commit comments