@@ -145,21 +145,6 @@ jobs:
145145
146146
147147
148- windows-2019 :
149- name : Windows 2019
150- if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
151- uses : ./.github/workflows/test-windows.yml
152- needs :
153- - lint
154- - generate-actions-workflow
155- with :
156- distro-slug : windows-2019
157- display-name : Windows 2019
158- timeout : 20
159- runs-on : windows-2019
160- instances : ' ["stable-3006", "stable-3006-8", "stable-3007", "stable-3007-1", "latest"]'
161-
162-
163148 windows-2022 :
164149 name : Windows 2022
165150 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@@ -218,20 +203,6 @@ jobs:
218203 instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
219204
220205
221- arch :
222- name : Arch
223- if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
224- uses : ./.github/workflows/test-linux.yml
225- needs :
226- - lint
227- - generate-actions-workflow
228- with :
229- distro-slug : arch
230- display-name : Arch
231- timeout : 20
232- instances : ' ["git-master", "latest", "default"]'
233-
234-
235206 centos-stream9 :
236207 name : CentOS Stream 9
237208 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@@ -302,34 +273,6 @@ jobs:
302273 instances : ' ["stable-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
303274
304275
305- gentoo :
306- name : Gentoo
307- if : github.event_name == 'push'
308- uses : ./.github/workflows/test-linux.yml
309- needs :
310- - lint
311- - generate-actions-workflow
312- with :
313- distro-slug : gentoo
314- display-name : Gentoo
315- timeout : 90
316- instances : ' ["git-master"]'
317-
318-
319- gentoo-systemd :
320- name : Gentoo (systemd)
321- if : github.event_name == 'push'
322- uses : ./.github/workflows/test-linux.yml
323- needs :
324- - lint
325- - generate-actions-workflow
326- with :
327- distro-slug : gentoo-systemd
328- display-name : Gentoo (systemd)
329- timeout : 90
330- instances : ' ["git-master"]'
331-
332-
333276 opensuse-15 :
334277 name : Opensuse 15
335278 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@@ -480,19 +423,15 @@ jobs:
480423 - generate-actions-workflow
481424 - macos-12
482425 - macos-13
483- - windows-2019
484426 - windows-2022
485427 - almalinux-8
486428 - almalinux-9
487429 - amazon-2
488- - arch
489430 - centos-stream9
490431 - debian-11
491432 - debian-12
492433 - fedora-39
493434 - fedora-40
494- - gentoo
495- - gentoo-systemd
496435 - opensuse-15
497436 - oraclelinux-8
498437 - oraclelinux-9
0 commit comments