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 }}