We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1e2a5 commit 56ffcdbCopy full SHA for 56ffcdb
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,10 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-22.04, windows-latest, macos-latest]
31
- release: [R2024a, R2024b, R2025b, latest-including-prerelease]
+ release: [R2024a, R2024b, R2025b]
32
+
33
+# latest-including-prerelease has CI-only glitches for R2026a prerelease
34
35
# Linux:
36
# R2022b..R2025b needs GCC 10.x and hence Github Actions runner ubuntu-22.04.
37
# if using ubuntu-latest the java_exe tests fail.
0 commit comments