Skip to content

Commit

Permalink
Split out MATLAB version for Windows and Linux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Oct 10, 2024
1 parent bac5267 commit f4785b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@ jobs:
uses: matlab-actions/[email protected]
with:
release: R2023b
- name: Set up MATLAB
if: runner.os != 'macOS'
- name: Set up MATLAB (Windows)
if: runner.os == 'Windows'
uses: matlab-actions/[email protected]
with:
release: R2022b
- name: Set up MATLAB (Linux)
if: runner.os == 'Linux'
uses: matlab-actions/[email protected]
with:
release: R2023a
- name: Set up MEX
uses: matlab-actions/run-command@v2
with:
Expand Down

0 comments on commit f4785b2

Please sign in to comment.