From 8b1334fe024eb8c3e40aa53307a167afaca31a51 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 2 Apr 2026 12:16:00 +0200 Subject: [PATCH] Make sourcehut builds use the latest version of each image --- .builds/freebsd.yml | 2 +- .builds/netbsd.yml | 2 +- .builds/openbsd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3