summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2024-02-22 07:59:35 +0100
committerDarren Tucker <dtucker@dtucker.net>2024-02-22 07:59:35 +0100
commit6886e1b1f55c90942e4e6deed930f8ac32e0f938 (patch)
tree00c917c987b9c21bac675daf94240b2be2fe3f48 /.github
parentmore descriptive configure test name (diff)
downloadopenssh-6886e1b1f55c90942e4e6deed930f8ac32e0f938.tar.xz
openssh-6886e1b1f55c90942e4e6deed930f8ac32e0f938.zip
Add nbsd10 test target.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selfhosted.yml1
1 files changed, 1 insertions, 0 deletions
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 }