Skip to content

Commit b6c2d91

Browse files
committed
updated workflow for Matlab version
1 parent 75b9aba commit b6c2d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up MATLAB
2727
uses: matlab-actions/setup-matlab@v2
2828
with:
29-
release: R2023a
29+
release: R2025
3030
products: "MATLAB
3131
"
3232
- name: Run MATLAB Linting

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up MATLAB
3535
uses: matlab-actions/setup-matlab@v2
3636
with:
37-
release: R2023a
37+
release: R2025a
3838
products: >
3939
MATLAB
4040
Symbolic_Math_Toolbox

0 commit comments

Comments
 (0)