diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-11-26 23:23:04 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-26 23:23:04 +0100 |
commit | 04fd00ceff39f4544ced6f5342060abe584835d0 (patch) | |
tree | 67aebb41164f9d486ea66750ea3ac0ff8e7fe8b6 /.github/workflows/selfhosted.yml | |
parent | Remove explicit "default" test config argument. (diff) | |
download | openssh-04fd00ceff39f4544ced6f5342060abe584835d0.tar.xz openssh-04fd00ceff39f4544ced6f5342060abe584835d0.zip |
Remove unused self-hosted test targets.
Diffstat (limited to '.github/workflows/selfhosted.yml')
-rw-r--r-- | .github/workflows/selfhosted.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index b4103f9da..b05d3caa8 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -31,9 +31,7 @@ jobs: - fbsd10 - fbsd12 - fbsd13 - # - hurd - minix3 - # - nbsd2 - nbsd3 - nbsd4 - nbsd8 @@ -46,7 +44,6 @@ jobs: - openindiana - openwrt-mips - openwrt-mipsel - # - rocky84 - sol10 - sol11 - win10 @@ -65,11 +62,9 @@ jobs: - { os: nbsd8, configs: pam } - { os: nbsd9, configs: pam } - { os: openindiana, configs: pam } - # - { os: rocky84, configs: pam } - { os: sol10, configs: pam } - { os: sol11, configs: pam-krb5 } - { os: sol11, configs: sol64 } - # - { os: sol11, configs: sol64-pam } - { os: win10, configs: cygwin-release } steps: - name: shutdown VM if running |