Skip to content

Commit cef8278

Browse files
committed
Use MATLAB R2023b.
1 parent 3af33bc commit cef8278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/matlab.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install MATLAB
5555
uses: matlab-actions/setup-matlab@v1
5656
with:
57-
release: R2023a
57+
release: R2023b
5858
- name: Install ccache
5959
run: sudo apt-get install ccache
6060
- name: Setup ccache
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install MATLAB
103103
uses: matlab-actions/setup-matlab@v1
104104
with:
105-
release: R2023a
105+
release: R2023b
106106
- name: Install ccache
107107
run: brew install ccache
108108
- name: Setup ccache
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install MATLAB
141141
uses: matlab-actions/setup-matlab@v1
142142
with:
143-
release: R2023a
143+
release: R2023b
144144
- name: Download Timezone Database
145145
shell: bash
146146
run: ci/scripts/download_tz_database.sh

0 commit comments

Comments
 (0)