From: Guus Sliepen Date: Thu, 2 Apr 2026 10:16:00 +0000 (+0200) Subject: Make sourcehut builds use the latest version of each image X-Git-Url: https://www.tinc-vpn.org/git/?a=commitdiff_plain;h=8b1334fe024eb8c3e40aa53307a167afaca31a51;p=tinc Make sourcehut builds use the latest version of each image --- diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 8cbd898e..129fe18b 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,4 +1,4 @@ -image: freebsd/14.x +image: freebsd/latest packages: - cmocka diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index b5b54013..5b692692 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -1,4 +1,4 @@ -image: netbsd/10.x +image: netbsd/latest packages: - cmocka diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index ae0fd1c2..47b64beb 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,4 +1,4 @@ -image: openbsd/7.7 +image: openbsd/latest packages: - cmocka