Skip to content

Commit

Permalink
Use MATLAB R2024b in MATLAB CI workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 12, 2024
1 parent aab7d81 commit ec0b52d
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec0b52d

Please sign in to comment.