From ec0b52d5be1ce096d51e367fecad9742eb54e4e3 Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Tue, 12 Nov 2024 13:31:28 -0500 Subject: [PATCH] Use MATLAB R2024b in MATLAB CI workflows. --- .github/workflows/matlab.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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