Skip to content

Commit

Permalink
Update the MATLAB release to R2024a for the MATLAB crossbow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 2, 2024
1 parent f013daa commit 4cdfdb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023a
release: R2024a
- name: Build MATLAB Interface
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023a
release: R2024a
- name: Build MATLAB Interface
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023a
release: R2024a
- name: Install sccache
shell: bash
run: arrow/ci/scripts/install_sccache.sh pc-windows-msvc $(pwd)/sccache
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023a
release: R2024a
- name: Run commands
env:
MATLABPATH: arrow/matlab/tools
Expand Down

0 comments on commit 4cdfdb9

Please sign in to comment.