From 56f8f765efa666f804698e1bde770b24904e9efb Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 14 Jun 2023 17:06:02 +0200 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 462304b0a..9343b05f9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -86,8 +86,10 @@ task: task: name: FreeBSD freebsd_instance: + image_family: freebsd-13-2 compile_script: - - make + - pkg install -y gmake gcc-12 + - gmake #task: # name: Windows/LLVM16 --- too slow ---