Skip to content

Commit 57633fc

Browse files
authored
Update MATLAB version to R2025b in CI workflow
1 parent 46ff679 commit 57633fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
release: ${{ matrix.MATLABVersion }}
4343
products: Simulink Simscape Symbolic_Math_Toolbox Mapping_Toolbox Simscape_Fluids
44+
cache: true
4445

4546
# Run all the tests
4647
- name: Run SmokeTests
@@ -72,7 +73,7 @@ jobs:
7273
- name: Setup MATLAB
7374
uses: matlab-actions/setup-matlab@v2
7475
with:
75-
release: R2024b
76+
release: R2025b
7677

7778
# Download the test results from artifact
7879
- name: Download All TestResults

0 commit comments

Comments
 (0)