diff --git a/.github/workflows/matlab-ci.yml b/.github/workflows/matlab-ci.yml index ce7dbae..c72974f 100644 --- a/.github/workflows/matlab-ci.yml +++ b/.github/workflows/matlab-ci.yml @@ -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 }} @@ -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 }}