Skip to content

Commit 8e84bcb

Browse files
committed
Update github.yml to use R2025a
1 parent 815ef6e commit 8e84bcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tasks/matlab/github.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install MATLAB
3232
uses: matlab-actions/setup-matlab@v2
3333
with:
34-
release: R2024b
34+
release: R2025a
3535
- name: Build MATLAB Interface
3636
env:
3737
{{ macros.github_set_sccache_envvars()|indent(8) }}
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install MATLAB
7474
uses: matlab-actions/setup-matlab@v2
7575
with:
76-
release: R2024b
76+
release: R2025a
7777
- name: Build MATLAB Interface
7878
env:
7979
{{ macros.github_set_sccache_envvars()|indent(8) }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install MATLAB
100100
uses: matlab-actions/setup-matlab@v2
101101
with:
102-
release: R2024b
102+
release: R2025a
103103
- name: Install sccache
104104
shell: bash
105105
run: arrow/ci/scripts/install_sccache.sh pc-windows-msvc $(pwd)/sccache
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install MATLAB
147147
uses: matlab-actions/setup-matlab@v2
148148
with:
149-
release: R2024b
149+
release: R2025a
150150
- name: Run commands
151151
env:
152152
MATLABPATH: arrow/matlab/tools

0 commit comments

Comments
 (0)