Skip to content

Commit

Permalink
Set MATLAB release to r2023b for MATLAB CI workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Sep 20, 2023
1 parent 7b30ba4 commit 1b2de71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1b2de71

Please sign in to comment.