From 1cb444aa51c2ae6e9a344ce9a221f8f30b277259 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 7 Sep 2026 09:57:48 +0900 Subject: ci: test against FreeBSD 15 release --- .github/workflows/freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index ecf705e..3b25a24 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true env: - FREEBSD_VERSION: "14.1" + FREEBSD_VERSION: "15" jobs: autoconf: -- cgit v1.2.3-55-g6feb