Skip to content

Commit 4cdfdb9

Browse files
committed
Update the MATLAB release to R2024a for the MATLAB crossbow jobs
1 parent f013daa commit 4cdfdb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tasks/matlab/github.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install MATLAB
3232
uses: matlab-actions/setup-matlab@v1
3333
with:
34-
release: R2023a
34+
release: R2024a
3535
- name: Build MATLAB Interface
3636
env:
3737
{{ macros.github_set_sccache_envvars()|indent(8) }}
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install MATLAB
6969
uses: matlab-actions/setup-matlab@v1
7070
with:
71-
release: R2023a
71+
release: R2024a
7272
- name: Build MATLAB Interface
7373
env:
7474
{{ macros.github_set_sccache_envvars()|indent(8) }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install MATLAB
104104
uses: matlab-actions/setup-matlab@v1
105105
with:
106-
release: R2023a
106+
release: R2024a
107107
- name: Install sccache
108108
shell: bash
109109
run: arrow/ci/scripts/install_sccache.sh pc-windows-msvc $(pwd)/sccache
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install MATLAB
150150
uses: matlab-actions/setup-matlab@v1
151151
with:
152-
release: R2023a
152+
release: R2024a
153153
- name: Run commands
154154
env:
155155
MATLABPATH: arrow/matlab/tools

0 commit comments

Comments
 (0)