diff options
author | Darren Tucker <dtucker@dtucker.net> | 2024-11-01 08:44:00 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-11-01 08:44:00 +0100 |
commit | a74809fe06540f16231b354ffe21fcbf39e81f73 (patch) | |
tree | 8ddc430c004b982e6f046c14989fd6422af4531b | |
parent | fix uint64_t types; reported by Tom G. Christensen (diff) | |
download | openssh-a74809fe06540f16231b354ffe21fcbf39e81f73.tar.xz openssh-a74809fe06540f16231b354ffe21fcbf39e81f73.zip |
Add nbsd10 default test config.
-rw-r--r-- | .github/workflows/selfhosted.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 8a63b0485..0a66f9b14 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -44,6 +44,7 @@ jobs: - nbsd4 - nbsd8 - nbsd9 + - nbsd10 - obsd51 - obsd67 - obsd72 |