Skip to content

Commit 56ffcdb

Browse files
committed
ci: no prerelease
1 parent bc1e2a5 commit 56ffcdb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-22.04, windows-latest, macos-latest]
31-
release: [R2024a, R2024b, R2025b, latest-including-prerelease]
31+
release: [R2024a, R2024b, R2025b]
32+
33+
# latest-including-prerelease has CI-only glitches for R2026a prerelease
34+
3235
# Linux:
3336
# R2022b..R2025b needs GCC 10.x and hence Github Actions runner ubuntu-22.04.
3437
# if using ubuntu-latest the java_exe tests fail.

0 commit comments

Comments
 (0)