[PATCH] CI: Update to FreeBSD 14.2

Andrew Cooper posted 1 patch 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241203082658.134073-1-andrew.cooper3@citrix.com
.cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] CI: Update to FreeBSD 14.2
Posted by Andrew Cooper 11 months ago
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Stefano Stabellini <sstabellini@kernel.org>

https://cirrus-ci.com/task/5913096629256192
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 00e4c57678c2..4a120fad41b2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -24,7 +24,7 @@ task:
 task:
   name: 'FreeBSD 14'
   freebsd_instance:
-    image_family: freebsd-14-1
+    image_family: freebsd-14-2
   << : *FREEBSD_TEMPLATE
 
 task:

base-commit: 126b0a6e537ce1d486a29e35cfeec1f222a74d11
-- 
2.39.5


Re: [PATCH] CI: Update to FreeBSD 14.2
Posted by Roger Pau Monné 11 months ago
On Tue, Dec 03, 2024 at 08:26:58AM +0000, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks!