From 980e14a3bb6a9789764cb636b441c10bd91d99e6 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Sat, 18 Apr 2020 23:59:25 +0200 Subject: [PATCH] cirrus: move to FreeBSD 12-1 Since there appears to be trouble with the image we were using. After testing a few others, 12-1 appears to be OK. cf. https://github.com/cirruslabs/cirrus-ci-docs/issues/625 Signed-off-by: Johannes Berg Reviewed-by: Rob Browning [rlb@defaultvalue.org: elaborate on rationale in commit message] --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8f1451a..1742145 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -42,7 +42,7 @@ task: task: name: freebsd freebsd_instance: - image: freebsd-11-2-release-amd64 + image: freebsd-12-1-release-amd64 cpu: 2 memory: 8 script: | -- 2.39.2