From 1b2de711f51389900c5f6aad89a07d166e11904b Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Wed, 20 Sep 2023 15:49:12 -0400 Subject: [PATCH] Set MATLAB `release` to `r2023b` for 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 6921e12213b5b..237814f1b45b1 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -54,7 +54,7 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v1 with: - release: R2023a + release: R2023b - name: Install ccache run: sudo apt-get install ccache - name: Setup ccache @@ -102,7 +102,7 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v1 with: - release: R2023a + release: R2023b - name: Install ccache run: brew install ccache - name: Setup ccache @@ -140,7 +140,7 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v1 with: - release: R2023a + release: R2023b - name: Download Timezone Database shell: bash run: ci/scripts/download_tz_database.sh