CI: Remove usage of ubuntu-20.04, add FreeBSD 13.5 (#853)

* Switch from ubuntu-20.04 to ubuntu-latest for old Ansible versions.

* [TEMP] Change to trigger full CI.

* Add FreeBSD 13.5.
This commit is contained in:
Felix Fontein
2025-03-12 07:24:02 +01:00
committed by GitHub
parent 9ac42ffb11
commit a1669d490f
6 changed files with 9 additions and 33 deletions

View File

@@ -5,7 +5,7 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import absolute_import, division, print_function
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type