Skip to content

Commit eba12da

Browse files
fixed matlab version in CI.yml
1 parent a9dc1aa commit eba12da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Setup MATLAB
28-
uses: matlab-actions/setup-matlab@v2.2.0
28+
uses: matlab-actions/setup-matlab@v2
2929

3030
# Runs
3131
- name: Run script
32-
uses: matlab-actions/run-command@v2.2.0
32+
uses: matlab-actions/run-command@v2
3333
with:
3434
command: SwARM

0 commit comments

Comments
 (0)