Skip to content

Commit 3b9f3e8

Browse files
committed
more changes
1 parent d6467e4 commit 3b9f3e8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Set up MATLAB
26-
uses: matlab-actions/setup-matlab@v2
26+
uses: matlab-actions/setup-matlab@v1
2727

2828
- name: Run Auto Indentation
2929
uses: matlab-actions/run-command@v2

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Set up MATLAB
27-
uses: matlab-actions/setup-matlab@v2
27+
uses: matlab-actions/setup-matlab@v1
2828
with:
29-
release: R2025a
29+
release: R2023a
3030
products: "MATLAB
3131
"
3232
- name: Run MATLAB Linting

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Set up MATLAB
35-
uses: matlab-actions/setup-matlab@v2
35+
uses: matlab-actions/setup-matlab@v1
3636
with:
37-
release: R2025a
37+
release: R2023a
3838
products: >
3939
MATLAB
4040
Symbolic_Math_Toolbox

0 commit comments

Comments
 (0)