We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398fc5a commit 73f3f68Copy full SHA for 73f3f68
.github/workflows/matlab.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install MATLAB
60
uses: matlab-actions/setup-matlab@v2
61
with:
62
- release: R2025a
+ release: R2025b
63
- name: Install ccache
64
run: sudo apt-get install ccache
65
- name: Setup ccache
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
run: brew install ccache
113
@@ -146,7 +146,7 @@ jobs:
146
147
148
149
150
- name: Download Timezone Database
151
shell: bash
152
run: ci/scripts/download_tz_database.sh
0 commit comments