mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
CI: use FreeBSD 15.0 (has OpenSSL 3.5.x)
This commit is contained in:
parent
9fa76bc437
commit
84707a716c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue