Message ID | 20250317121616.40687-3-roger.pau@citrix.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | automation/cirrus-ci: add smoke tests of the FreeBSD builds | expand |
On Mon, 17 Mar 2025, Roger Pau Monne wrote: > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > .cirrus.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.cirrus.yml b/.cirrus.yml > index aa195ba370ac..ce7588b7b6b1 100644 > --- a/.cirrus.yml > +++ b/.cirrus.yml > @@ -1,7 +1,7 @@ > # https://cirrus-ci.org/guide/tips-and-tricks/#sharing-configuration-between-tasks > freebsd_13: &FREEBSD_13 > freebsd_instance: > - image_family: freebsd-13-4 > + image_family: freebsd-13-5 > freebsd_14: &FREEBSD_14 > freebsd_instance: > image_family: freebsd-14-2 > -- > 2.48.1 >
diff --git a/.cirrus.yml b/.cirrus.yml index aa195ba370ac..ce7588b7b6b1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ # https://cirrus-ci.org/guide/tips-and-tricks/#sharing-configuration-between-tasks freebsd_13: &FREEBSD_13 freebsd_instance: - image_family: freebsd-13-4 + image_family: freebsd-13-5 freebsd_14: &FREEBSD_14 freebsd_instance: image_family: freebsd-14-2
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)