We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af33bc commit cef8278Copy full SHA for cef8278
.github/workflows/matlab.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install MATLAB
55
uses: matlab-actions/setup-matlab@v1
56
with:
57
- release: R2023a
+ release: R2023b
58
- name: Install ccache
59
run: sudo apt-get install ccache
60
- name: Setup ccache
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
run: brew install ccache
108
@@ -140,7 +140,7 @@ jobs:
140
141
142
143
144
- name: Download Timezone Database
145
shell: bash
146
run: ci/scripts/download_tz_database.sh
0 commit comments