This is an automated email from the ASF dual-hosted git repository.

sgilmore pushed a commit to branch GH-48152
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit d39b3e0c9bbd1bb2b7936c51737a994678d1b746
Author: Sarah Gilmore <[email protected]>
AuthorDate: Mon Nov 17 13:22:03 2025 -0500

    Set MATLAB release to 2025b in github actions workflow
---
 .github/workflows/matlab.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml
index fbdac4a8b0..41a50d7e8c 100644
--- a/.github/workflows/matlab.yml
+++ b/.github/workflows/matlab.yml
@@ -59,7 +59,7 @@ jobs:
       - name: Install MATLAB
         uses: matlab-actions/setup-matlab@v2
         with:
-          release: R2025a
+          release: R2025b
       - name: Install ccache
         run: sudo apt-get install ccache
       - name: Setup ccache
@@ -107,7 +107,7 @@ jobs:
       - name: Install MATLAB
         uses: matlab-actions/setup-matlab@v2
         with:
-          release: R2025a
+          release: R2025b
       - name: Install ccache
         run: brew install ccache
       - name: Setup ccache
@@ -146,7 +146,7 @@ jobs:
       - name: Install MATLAB
         uses: matlab-actions/setup-matlab@v2
         with:
-          release: R2025a
+          release: R2025b
       - name: Download Timezone Database
         shell: bash
         run: ci/scripts/download_tz_database.sh

Reply via email to