From de304c76316b029df460673725a9104224b9959b Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 22 Nov 2023 08:55:36 +1100 Subject: [PATCH] Add fbsd14 VM to test pool. --- .github/workflows/selfhosted.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index e458c2aae..13ad8e103 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -31,6 +31,7 @@ jobs: - fbsd10 - fbsd12 - fbsd13 + - fbsd14 - minix3 - nbsd3 - nbsd4 @@ -68,6 +69,7 @@ jobs: - { target: fbsd10, config: pam, host: libvirt } - { target: fbsd12, config: pam, host: libvirt } - { target: fbsd13, config: pam, host: libvirt } + - { target: fbsd14, config: pam, host: libvirt } - { target: nbsd8, config: pam, host: libvirt } - { target: nbsd9, config: pam, host: libvirt } # VMs with persistent disks that have their own runner. -- 2.47.3