Skip to content

Commit

Permalink
Use 24a everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel committed Mar 21, 2024
1 parent 447eea0 commit f33885c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: latest-including-prerelease
release: R2024a
cache: true
products: ${{ env.PRODUCT_LIST }}

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

Expand Down

0 comments on commit f33885c

Please sign in to comment.