Skip to content

Commit

Permalink
Update matlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel authored Jul 24, 2024
1 parent 101b852 commit 17d6ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: latest
release: latest-including-prerelease
cache: true
products: ${{ env.PRODUCT_LIST }}

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
release: latest-including-prerelease
cache: true
products: ${{ env.PRODUCT_LIST }}

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
release: latest-including-prerelease
cache: true
products: ${{ env.PRODUCT_LIST }}

Expand Down

0 comments on commit 17d6ee3

Please sign in to comment.