Skip to content

Commit

Permalink
Use MATLAB R2023b.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 21, 2023
1 parent d04f88d commit 35f5a0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v3
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023b
- name: Build Example
run: |
cd example
Expand All @@ -34,6 +36,8 @@ jobs:
uses: actions/checkout@v3
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023b
- name: Build Example
run: |
cd example
Expand All @@ -54,6 +58,8 @@ jobs:
uses: actions/checkout@v3
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023b
- name: Build Example
run: |
cd example
Expand Down

0 comments on commit 35f5a0b

Please sign in to comment.