From 9a6a799e7002aae09d5e7cb244bdb913eed75a04 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:28:02 +0000 Subject: [PATCH] ci: Test Autotools build on FreeBSD 14.1 CMake builds are already tested on FreeBSD 13.4 and 14.1. This change extends testing with Autotools to include FreeBSD 14.1. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcbcee6d..75fe1552 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -778,7 +778,7 @@ jobs: strategy: fail-fast: false matrix: - release: ["13.4"] + release: ["13.4", "14.1"] steps: - uses: actions/checkout@v4