Skip to content

Commit 221cd89

Browse files
committed
ci: document version reqs
1 parent e782dad commit 221cd89

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ jobs:
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
@@ -52,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)