From c0f0f28c8afec066e6278193f9b9aefeb59176a4 Mon Sep 17 00:00:00 2001 From: Antoni Woss Date: Mon, 25 Mar 2024 19:33:48 +0000 Subject: [PATCH] update release specification to R2024a in setup_matlab.yml --- .github/workflows/setup_matlab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/setup_matlab.yml b/.github/workflows/setup_matlab.yml index 9758853..cddaf34 100644 --- a/.github/workflows/setup_matlab.yml +++ b/.github/workflows/setup_matlab.yml @@ -11,6 +11,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 with: products: Deep_Learning_Toolbox Reinforcement_Learning_Toolbox Optimization_Toolbox Image_Processing_Toolbox + release: R2024a - name: Run tests and generate artifacts uses: matlab-actions/run-tests@v2 with: