Skip to content

Commit 8ded8e6

Browse files
authored
GH-48152: [CI][MATLAB] Bump MATLAB release to R2025b in the MATLAB GitHub Actions Workflow (#48153)
Thanks for opening a pull request! ### Rationale for this change MATLAB R2025b is the latest available version of MATLAB as of November 2025. We are currently building against MATLAB R2025a in CI, and would like to build and test the MATLAB Interface to Apache Arrow against the latest version of MATLAB. ### What changes are included in this PR? Updated `.github/workfows/matlab.yml` to build/test the MATLAB Interface to Apache Arrow against MATLAB `R2025b`. ### Are these changes tested? Yes. MATLAB CI workflow [successfully passed on all platforms in mathworks/arrow](https://github.com/apache/arrow/actions/runs/19440402671). ### Are there any user-facing changes? Yes, the MATLAB Interface to Apache Arrow will now be built against `R2025b` in CI. * GitHub Issue: #48152 Authored-by: Sarah Gilmore <[email protected]> Signed-off-by: Sarah Gilmore <[email protected]>
1 parent 398fc5a commit 8ded8e6

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)