Skip to content

Commit

Permalink
apacheGH-39885: [CI][MATLAB] Bump matlab-actions/setup-matlab and mat…
Browse files Browse the repository at this point in the history
…lab-actions/run-tests from v1 to v2 (apache#39886)

### Rationale for this change

Upgrading our CI workflows to use the latest versions of [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab/) and [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests/). 

### What changes are included in this PR?

1. Bumped version of `matlab-actions/setup-matlab` from `v1` to `v2`
2. Bumped version of `matlab-actions/runtests-matlab` from `v1` to `v2`

### Are these changes tested?

All MATLAB workflow checks passed.

### Are there any user-facing changes?

No.

* Closes: apache#39885

Authored-by: Sarah Gilmore <sgilmore@mathworks.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
sgilmore10 authored Feb 1, 2024
1 parent 63c7c4a commit c534749
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install ninja-build
run: sudo apt-get install ninja-build
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: R2023a
- name: Install ccache
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# Add the installation directory to the MATLAB Search Path by
# setting the MATLABPATH environment variable.
MATLABPATH: matlab/install/arrow_matlab
uses: matlab-actions/run-tests@v1
uses: matlab-actions/run-tests@v2
with:
select-by-folder: matlab/test
macos:
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Install ninja-build
run: brew install ninja
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: R2023a
- name: Install ccache
Expand All @@ -125,7 +125,7 @@ jobs:
# Add the installation directory to the MATLAB Search Path by
# setting the MATLABPATH environment variable.
MATLABPATH: matlab/install/arrow_matlab
uses: matlab-actions/run-tests@v1
uses: matlab-actions/run-tests@v2
with:
select-by-folder: matlab/test
windows:
Expand All @@ -138,7 +138,7 @@ jobs:
with:
fetch-depth: 0
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: R2023a
- name: Download Timezone Database
Expand Down Expand Up @@ -171,6 +171,6 @@ jobs:
# Add the installation directory to the MATLAB Search Path by
# setting the MATLABPATH environment variable.
MATLABPATH: matlab/install/arrow_matlab
uses: matlab-actions/run-tests@v1
uses: matlab-actions/run-tests@v2
with:
select-by-folder: matlab/test

0 comments on commit c534749

Please sign in to comment.