We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6def0d1 commit e3d85feCopy full SHA for e3d85fe
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Setup MATLAB
48
uses: matlab-actions/setup-matlab@v2
49
with:
50
- release: R2024a
+ release: R2025a
51
cache: true
52
products: |
53
Simscape_Fluids
@@ -58,4 +58,4 @@ jobs:
58
- name: Run tests
59
uses: matlab-actions/run-command@v2
60
61
- command: openProject(pwd); BuildingEnergyManagementTestRunner;
+ command: openProject(pwd); BuildingEnergyManagementTestRunner;
0 commit comments