From c4ba9b8b2e2623a7d9000b81deb6fe82610c3550 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 16 Oct 2021 04:58:14 +0900 Subject: [PATCH] .github/workflows: Add FreeBSD --- .github/workflows/sourcehutbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sourcehutbuild.yml b/.github/workflows/sourcehutbuild.yml index 15c6fa736..ad71ce151 100644 --- a/.github/workflows/sourcehutbuild.yml +++ b/.github/workflows/sourcehutbuild.yml @@ -8,7 +8,7 @@ jobs: if: github.repository_owner == 'hajimehoshi' strategy: matrix: - os: [alpine, arch, debian, fedora, ubuntu] + os: [alpine, arch, debian, fedora, freebsd, ubuntu] name: Test on ${{ matrix.os }} runs-on: ubuntu-latest env: