From: Darren Tucker Date: Thu, 22 Feb 2024 06:59:35 +0000 (+1100) Subject: Add nbsd10 test target. X-Git-Tag: V_9_7_P1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6886e1b1f55c90942e4e6deed930f8ac32e0f938;p=thirdparty%2Fopenssh-portable.git Add nbsd10 test target. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index be0b4ffec..4f1c587a5 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -73,6 +73,7 @@ jobs: - { target: fbsd14, config: pam, host: libvirt } - { target: nbsd8, config: pam, host: libvirt } - { target: nbsd9, config: pam, host: libvirt } + - { target: nbsd10, config: pam, host: libvirt } # VMs with persistent disks that have their own runner. - { target: win10, config: default, host: win10 } - { target: win10, config: cygwin-release, host: win10 }