File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed
Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -14,90 +14,93 @@ permissions:
1414
1515jobs :
1616 compile-and-deploy :
17- runs-on : ${{ matrix.os }}
1817 strategy :
1918 fail-fast : false
2019 matrix :
2120 include :
2221 - matlab : " R2020b"
2322 python : " 2.7"
24- os : ' ubuntu-20.04'
23+ os : " ubuntu-20.04"
2524
2625 - matlab : " R2020b"
2726 python : " 3.8"
2827 py3from : " 3.6"
2928 py3to : " 3.9"
30- os : ' ubuntu-latest'
29+ os : " ubuntu-latest"
3130
3231 - matlab : " R2021a"
3332 python : " 2.7"
34- os : ' ubuntu-20.04'
33+ os : " ubuntu-20.04"
3534
3635 - matlab : " R2021a"
3736 python : " 3.8"
3837 py3from : " 3.7"
3938 py3to : " 3.9"
40- os : ' ubuntu-latest'
39+ os : " ubuntu-latest"
4140
4241 - matlab : " R2021b"
4342 python : " 2.7"
44- os : ' ubuntu-20.04'
43+ os : " ubuntu-20.04"
4544
4645 - matlab : " R2021b"
4746 python : " 3.9"
4847 py3from : " 3.7"
4948 py3to : " 3.10"
50- os : ' ubuntu-latest'
49+ os : " ubuntu-latest"
5150
5251 - matlab : " R2022a"
5352 python : " 2.7"
54- os : ' ubuntu-20.04'
53+ os : " ubuntu-20.04"
5554
5655 - matlab : " R2022a"
5756 python : " 3.9"
5857 py3from : " 3.8"
5958 py3to : " 3.10"
60- os : ' ubuntu-latest'
59+ os : " ubuntu-latest"
6160
6261 - matlab : " R2022b"
6362 python : " 2.7"
64- os : ' ubuntu-20.04'
63+ os : " ubuntu-20.04"
6564
6665 - matlab : " R2022b"
6766 python : " 3.10"
6867 py3from : " 3.8"
6968 py3to : " 3.11"
69+ os : " ubuntu-latest"
7070
7171 - matlab : " R2023a"
7272 python : " 3.10"
7373 py3from : " 3.8"
7474 py3to : " 3.11"
75- os : ' ubuntu-latest'
75+ os : " ubuntu-latest"
7676
7777 - matlab : " R2023b"
7878 python : " 3.11"
7979 py3from : " 3.9"
8080 py3to : " 3.12"
81- os : ' ubuntu-latest'
81+ os : " ubuntu-latest"
8282
8383 - matlab : " R2024a"
8484 python : " 3.11"
8585 py3from : " 3.9"
8686 py3to : " 3.12"
87- os : ' ubuntu-latest'
87+ os : " ubuntu-latest"
8888
8989 - matlab : " R2024b"
9090 python : " 3.12"
9191 py3from : " 3.9"
9292 py3to : " 3.13"
93- os : ' ubuntu-latest'
93+ os : " ubuntu-latest"
9494
9595 - matlab : " R2024b"
9696 main : " true"
9797 python : " 3.12"
9898 py3from : " 3.9"
9999 py3to : " 3.13"
100- os : ' ubuntu-latest'
100+ os : " ubuntu-latest"
101+
102+ runs-on : ${{ matrix.os }}
103+
101104
102105 steps :
103106 - name : Set up MATLAB
You can’t perform that action at this time.
0 commit comments