From f7c6fc3eda153edcfb89a0a811768499285d124c Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Wed, 15 May 2024 10:41:59 +0200 Subject: [PATCH] =?UTF-8?q?ci(template):=20=F0=9F=8E=A1=20Update=20Cirrus?= =?UTF-8?q?=20CI=20image=5Ffamily?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use freebsd-13-2 ✅ Closes: #31 --- CHANGELOG.md | 4 ++++ template/{% if UseCirrusCI %}.cirrus.yml{% endif %}.jinja | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2575f027..a785915b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning]. - Issue and Pull Request templates (#33) - AskAdvancedQuestions question to allow stopping early (#67) +### Changed + +- Update Cirrus CI image_family (#31) + ### Fixed - Coverage now checks main branch (#65) diff --git a/template/{% if UseCirrusCI %}.cirrus.yml{% endif %}.jinja b/template/{% if UseCirrusCI %}.cirrus.yml{% endif %}.jinja index 85fbd22e..5c67fbec 100644 --- a/template/{% if UseCirrusCI %}.cirrus.yml{% endif %}.jinja +++ b/template/{% if UseCirrusCI %}.cirrus.yml{% endif %}.jinja @@ -2,7 +2,7 @@ task: matrix: - name: FreeBSD freebsd_instance: - image_family: freebsd-13-1 + image_family: freebsd-13-2 env: matrix: - JULIA_VERSION: {{ JuliaMinVersion }}