20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22 .04, macos-13]
23
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24 .04, macos-13, ubuntu-22.04 ]
24
24
python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
25
25
exclude :
26
26
- os : ubuntu-22.04
58
58
strategy :
59
59
fail-fast : false
60
60
matrix :
61
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22 .04, macos-13]
61
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24 .04, macos-13, ubuntu-22.04 ]
62
62
python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
63
63
exclude :
64
64
- os : ubuntu-22.04
99
99
strategy :
100
100
fail-fast : false
101
101
matrix :
102
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22 .04, macos-13]
102
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24 .04, macos-13, ubuntu-22.04 ]
103
103
python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
104
104
exclude :
105
105
- os : ubuntu-22.04
@@ -138,7 +138,7 @@ jobs:
138
138
strategy :
139
139
fail-fast : false
140
140
matrix :
141
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22 .04, macos-13]
141
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24 .04, macos-13, ubuntu-22.04 ]
142
142
python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, '==3.12.3']
143
143
exclude :
144
144
- os : ubuntu-22.04
@@ -182,7 +182,7 @@ jobs:
182
182
strategy :
183
183
fail-fast : false
184
184
matrix :
185
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22 .04, macos-13]
185
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24 .04, macos-13, ubuntu-22.04 ]
186
186
python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
187
187
exclude :
188
188
- os : ubuntu-22.04
@@ -226,7 +226,7 @@ jobs:
226
226
strategy :
227
227
fail-fast : false
228
228
matrix :
229
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22 .04, macos-13]
229
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24 .04, macos-13, ubuntu-22.04 ]
230
230
steps :
231
231
- name : Checkout
232
232
uses : actions/checkout@v4
@@ -260,7 +260,7 @@ jobs:
260
260
strategy :
261
261
fail-fast : false
262
262
matrix :
263
- os : [macos-latest, windows-latest, ubuntu-24.04, macos-13]
263
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu- 24.04, macos-13, ubuntu-22.04 ]
264
264
steps :
265
265
- name : Checkout
266
266
uses : actions/checkout@v4
@@ -288,7 +288,7 @@ jobs:
288
288
strategy :
289
289
fail-fast : false
290
290
matrix :
291
- os : [macos-latest, windows-latest, ubuntu-24.04, macos-13]
291
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu- 24.04, macos-13, ubuntu-22.04 ]
292
292
steps :
293
293
- name : Checkout
294
294
uses : actions/checkout@v4
@@ -317,7 +317,7 @@ jobs:
317
317
strategy :
318
318
fail-fast : false
319
319
matrix :
320
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22 .04, macos-13]
320
+ os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24 .04, macos-13, ubuntu-22.04 ]
321
321
python : ['3.8', '3.9', '3.10', '3.11', '3.12']
322
322
steps :
323
323
- name : Checkout
@@ -341,7 +341,7 @@ jobs:
341
341
strategy :
342
342
fail-fast : false
343
343
matrix :
344
- os : [ubuntu-24.04 , windows-latest, macos-latest, macos-13]
344
+ os : [macos-latest , windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04 ]
345
345
python-version : ['3.8', '3.9', '3.10', '3.11', '3.12']
346
346
steps :
347
347
- uses : actions/checkout@v4
@@ -365,7 +365,7 @@ jobs:
365
365
strategy :
366
366
fail-fast : false
367
367
matrix :
368
- os : [ubuntu-24.04 , windows-latest, macos-latest, macos-13]
368
+ os : [macos-latest , windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04 ]
369
369
steps :
370
370
- uses : actions/checkout@v4
371
371
- name : Setup Python and check latest
0 commit comments