Skip to content

Commit 076a67b

Browse files
authored
GH-48154: [MATAB][Packaging] Update MATLAB crossbow workflow to build against MATLAB R2025b (#48155)
Thanks for opening a pull request! ### Rationale for this change MATLAB [R2025b](https://www.mathworks.com/products/new_products/latest_features.html) is now available for use with the [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) GitHub Action. We should update the [crossbow packaging workflows for the MATLAB MLTBX files](https://github.com/apache/arrow/blob/main/dev/tasks/matlab/github.yml) to build against R2025b. ### What changes are included in this PR? 1. Updated the `dev/tasks/matlab/github.yml` crossbow packaging workflow to build the MATLAB MLTBX files against MATLAB R2025b. ### Are these changes tested? Yes. The MATLAB crossbow packaging workflow [passed on all three platforms](https://github.com/ursacomputing/crossbow/actions/runs/19440978027/job/55623923047). ### Are there any user-facing changes? Yes. The MATLAB MLTBX release artifacts will now be built against R2025b. * GitHub Issue: #48154 Authored-by: Sarah Gilmore <[email protected]> Signed-off-by: Sarah Gilmore <[email protected]>
1 parent 8ded8e6 commit 076a67b

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: R2025a
34+
release: R2025b
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: R2025a
76+
release: R2025b
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: R2025a
102+
release: R2025b
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: R2025a
149+
release: R2025b
150150
- name: Run commands
151151
env:
152152
MATLABPATH: arrow/matlab/tools

0 commit comments

Comments
 (0)