Skip to content

Commit 1b887e8

Browse files
committed
[FIX] pin matlab R2025a in test action (typo)
1 parent 8929672 commit 1b887e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: False
2121
matrix:
22-
matlab: ["2025a"]
22+
matlab: ["R2025a"]
2323
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
2424
python-version: ["3.9", "3.10", "3.11", "3.12"]
2525
include:

0 commit comments

Comments
 (0)