diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 17362206a81a7..2bdfd0743a547 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -75,7 +75,7 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v2 with: - release: R2024a + release: R2024b - name: Install ccache run: sudo apt-get install ccache - name: Setup ccache @@ -123,7 +123,7 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v2 with: - release: R2024a + release: R2024b - name: Install ccache run: brew install ccache - name: Setup ccache @@ -162,7 +162,7 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v2 with: - release: R2024a + release: R2024b - name: Download Timezone Database shell: bash run: ci/scripts/download_tz_database.sh