From 080dc38f11e9857adef6996832c6c7234352f90a Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Fri, 3 Jun 2022 19:24:21 +0500 Subject: [PATCH] ci: upgrade freebsd tasks --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index dbc2e87a..5c6b0a24 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: image_family: freebsd-12-3 setup_script: - pkg update - - pkg install -y git sdl2 python + - pkg install -y git sdl2 python fontconfig - git submodule update --init --recursive test_script: - ./scripts/cirrus/build_freebsd.sh dedicated @@ -13,10 +13,10 @@ task: task: name: freebsd-13-amd64 freebsd_instance: - image_family: freebsd-13-0 + image_family: freebsd-13-1 setup_script: - pkg update - - pkg install -y git sdl2 python + - pkg install -y git sdl2 python fontconfig - git submodule update --init --recursive test_script: - ./scripts/cirrus/build_freebsd.sh dedicated @@ -28,7 +28,7 @@ task: image_family: freebsd-14-0-snap setup_script: - pkg update - - pkg install -y git sdl2 python + - pkg install -y git sdl2 python fontconfig - git submodule update --init --recursive test_script: - ./scripts/cirrus/build_freebsd.sh dedicated