Skip to content

Commit 4f14e05

Browse files
authored
Update publish-release.yml
1 parent 20ea965 commit 4f14e05

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: ['ubuntu-latest']
22-
matlab: ['R2024b']
2321
include:
2422
- matlab: "R2020b"
2523
python: "2.7"
@@ -29,6 +27,7 @@ jobs:
2927
python: "3.8"
3028
py3from: "3.6"
3129
py3to: "3.9"
30+
os: 'ubuntu-latest'
3231

3332
- matlab: "R2021a"
3433
python: "2.7"
@@ -38,6 +37,7 @@ jobs:
3837
python: "3.8"
3938
py3from: "3.7"
4039
py3to: "3.9"
40+
os: 'ubuntu-latest'
4141

4242
- matlab: "R2021b"
4343
python: "2.7"
@@ -47,6 +47,7 @@ jobs:
4747
python: "3.9"
4848
py3from: "3.7"
4949
py3to: "3.10"
50+
os: 'ubuntu-latest'
5051

5152
- matlab: "R2022a"
5253
python: "2.7"
@@ -56,6 +57,7 @@ jobs:
5657
python: "3.9"
5758
py3from: "3.8"
5859
py3to: "3.10"
60+
os: 'ubuntu-latest'
5961

6062
- matlab: "R2022b"
6163
python: "2.7"
@@ -70,27 +72,32 @@ jobs:
7072
python: "3.10"
7173
py3from: "3.8"
7274
py3to: "3.11"
75+
os: 'ubuntu-latest'
7376

7477
- matlab: "R2023b"
7578
python: "3.11"
7679
py3from: "3.9"
7780
py3to: "3.12"
81+
os: 'ubuntu-latest'
7882

7983
- matlab: "R2024a"
8084
python: "3.11"
8185
py3from: "3.9"
8286
py3to: "3.12"
87+
os: 'ubuntu-latest'
8388

8489
- matlab: "R2024b"
8590
python: "3.12"
8691
py3from: "3.9"
8792
py3to: "3.13"
93+
os: 'ubuntu-latest'
8894

8995
- matlab: "R2024b"
9096
main: "true"
9197
python: "3.12"
9298
py3from: "3.9"
9399
py3to: "3.13"
100+
os: 'ubuntu-latest'
94101

95102
steps:
96103
- name: Set up MATLAB

0 commit comments

Comments
 (0)