Skip to content

Commit 73f3f68

Browse files
committed
Set MATLAB release to 2025b in github actions workflow
1 parent 398fc5a commit 73f3f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/matlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install MATLAB
6060
uses: matlab-actions/setup-matlab@v2
6161
with:
62-
release: R2025a
62+
release: R2025b
6363
- name: Install ccache
6464
run: sudo apt-get install ccache
6565
- name: Setup ccache
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install MATLAB
108108
uses: matlab-actions/setup-matlab@v2
109109
with:
110-
release: R2025a
110+
release: R2025b
111111
- name: Install ccache
112112
run: brew install ccache
113113
- name: Setup ccache
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install MATLAB
147147
uses: matlab-actions/setup-matlab@v2
148148
with:
149-
release: R2025a
149+
release: R2025b
150150
- name: Download Timezone Database
151151
shell: bash
152152
run: ci/scripts/download_tz_database.sh

0 commit comments

Comments
 (0)