Skip to content

Commit

Permalink
Use MATLAB R2024b in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 12, 2024
1 parent d92db2d commit 8cb9e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
release: R2024b
cache: true
- name: Build Example
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
release: R2024b
cache: true
- name: Build Example
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
release: R2024b
cache: true
- name: Build Example
run: |
Expand Down

0 comments on commit 8cb9e8d

Please sign in to comment.