mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-21 20:59:10 +00:00
CI: Remove FreeBSD 14.3 for devel, and replace macOS 15.3 with 26.3 (#11631)
* Replace FreeBSD 14.3 with 14.4, and macOS 15.3 with 26.3.
* FreeBSD 14.4 seems to have the same problem as FreeBSD 15.0, disabling for now.
(cherry picked from commit b4336659f6)
Co-authored-by: Felix Fontein <felix@fontein.de>
30 lines
775 B
Text
30 lines
775 B
Text
# Copyright (c) Ansible Project
|
|
# 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
|
|
|
|
azp/posix/1
|
|
needs/target/setup_epel
|
|
destructive
|
|
skip/aix
|
|
skip/osx # FIXME
|
|
skip/rhel9.0 # FIXME
|
|
skip/rhel9.1 # FIXME
|
|
skip/rhel9.2 # FIXME
|
|
skip/rhel9.3 # FIXME
|
|
skip/rhel9.4 # FIXME
|
|
skip/rhel9.5 # FIXME
|
|
skip/rhel9.6 # FIXME
|
|
skip/rhel9.7 # FIXME
|
|
skip/rhel10.0 # FIXME
|
|
skip/rhel10.1 # FIXME
|
|
skip/freebsd12.4 # FIXME
|
|
skip/freebsd13.2 # FIXME
|
|
skip/freebsd13.3 # FIXME
|
|
skip/freebsd13.4 # FIXME
|
|
skip/freebsd13.5 # FIXME
|
|
skip/freebsd14.0 # FIXME
|
|
skip/freebsd14.1 # FIXME
|
|
skip/freebsd14.2 # FIXME
|
|
skip/freebsd14.3 # FIXME
|
|
skip/freebsd14.4 # FIXME
|
|
skip/freebsd15.0 # FIXME
|