Skip to content

Commit 2119036

Browse files
committed
[ci] install matlab R2023b on macos-14
1 parent 3b088af commit 2119036

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,15 @@ jobs:
8181
with:
8282
submodules: 'recursive'
8383
- name: Set up MATLAB
84+
if: ${{ matrix.os != 'macos-14' }}
8485
uses: matlab-actions/setup-matlab@v2
8586
with:
8687
release: R2022a
88+
- name: Set up MATLAB (Apple silicon)
89+
if: ${{ matrix.os == 'macos-14' }}
90+
uses: matlab-actions/setup-matlab@v2
91+
with:
92+
release: R2023b
8793
- name: Test win32 binaries
8894
if: ${{ matrix.os == 'windows-2019' }}
8995
run: rm -rf bin/*x86-64.exe

0 commit comments

Comments
 (0)