Skip to content

Commit 24b925f

Browse files
jjhajjha
authored andcommitted
github action update for 23b
1 parent 06c6dd9 commit 24b925f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ jobs:
4141
steps:
4242

4343
- name: Check out repository
44+
using: 'node20'
4445
uses: actions/checkout@v3
4546

4647
- name: Setup MATLAB
48+
using: 'node20'
4749
uses: matlab-actions/setup-matlab@v1
4850
with:
49-
release: R2023a
51+
release: R2023b
5052

5153
- name: Run tests
5254
uses: matlab-actions/run-command@v1
@@ -67,7 +69,7 @@ jobs:
6769
- name: Setup MATLAB
6870
uses: matlab-actions/setup-matlab@v1
6971
with:
70-
release: R2023a
72+
release: R2023b
7173

7274
- name: Run tests
7375
uses: matlab-actions/run-command@v1

0 commit comments

Comments
 (0)