From 84707a716c96551f5dc27ed52ec4a67752e5efa2 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 11 May 2026 20:21:09 +0200 Subject: [PATCH] CI: use FreeBSD 15.0 (has OpenSSL 3.5.x) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8317c0a63..91aecae57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -388,11 +388,11 @@ jobs: matrix: include: - os: freebsd - version: '14.3' + version: '15.0' display_name: FreeBSD # Controls binary build and provenance attestation on tags do_binaries: true - artifact_prefix: borg-freebsd-14-x86_64-gh + artifact_prefix: borg-freebsd-15-x86_64-gh - os: netbsd version: '10.1'