52
52
- name : Install ninja-build
53
53
run : sudo apt-get install ninja-build
54
54
- name : Install MATLAB
55
- uses : matlab-actions/setup-matlab@v1
55
+ uses : matlab-actions/setup-matlab@v2
56
56
with :
57
57
release : R2023a
58
58
- name : Install ccache
85
85
# Add the installation directory to the MATLAB Search Path by
86
86
# setting the MATLABPATH environment variable.
87
87
MATLABPATH : matlab/install/arrow_matlab
88
- uses : matlab-actions/run-tests@v1
88
+ uses : matlab-actions/run-tests@v2
89
89
with :
90
90
select-by-folder : matlab/test
91
91
macos :
@@ -100,7 +100,7 @@ jobs:
100
100
- name : Install ninja-build
101
101
run : brew install ninja
102
102
- name : Install MATLAB
103
- uses : matlab-actions/setup-matlab@v1
103
+ uses : matlab-actions/setup-matlab@v2
104
104
with :
105
105
release : R2023a
106
106
- name : Install ccache
@@ -125,7 +125,7 @@ jobs:
125
125
# Add the installation directory to the MATLAB Search Path by
126
126
# setting the MATLABPATH environment variable.
127
127
MATLABPATH : matlab/install/arrow_matlab
128
- uses : matlab-actions/run-tests@v1
128
+ uses : matlab-actions/run-tests@v2
129
129
with :
130
130
select-by-folder : matlab/test
131
131
windows :
@@ -138,7 +138,7 @@ jobs:
138
138
with :
139
139
fetch-depth : 0
140
140
- name : Install MATLAB
141
- uses : matlab-actions/setup-matlab@v1
141
+ uses : matlab-actions/setup-matlab@v2
142
142
with :
143
143
release : R2023a
144
144
- name : Download Timezone Database
@@ -171,6 +171,6 @@ jobs:
171
171
# Add the installation directory to the MATLAB Search Path by
172
172
# setting the MATLABPATH environment variable.
173
173
MATLABPATH : matlab/install/arrow_matlab
174
- uses : matlab-actions/run-tests@v1
174
+ uses : matlab-actions/run-tests@v2
175
175
with :
176
176
select-by-folder : matlab/test
0 commit comments