Skip to content

Commit e3d85fe

Browse files
authored
Update ci.yml
1 parent 6def0d1 commit e3d85fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup MATLAB
4848
uses: matlab-actions/setup-matlab@v2
4949
with:
50-
release: R2024a
50+
release: R2025a
5151
cache: true
5252
products: |
5353
Simscape_Fluids
@@ -58,4 +58,4 @@ jobs:
5858
- name: Run tests
5959
uses: matlab-actions/run-command@v2
6060
with:
61-
command: openProject(pwd); BuildingEnergyManagementTestRunner;
61+
command: openProject(pwd); BuildingEnergyManagementTestRunner;

0 commit comments

Comments
 (0)