From eb1b2ab65f05949da4777a289d66278303df5860 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 27 Sep 2025 12:00:12 +0200 Subject: [PATCH] CentOS 7 does not work in GHA. --- antsibull-nox.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 75244b9c..6ab5e6f7 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -97,7 +97,8 @@ docker = [ "fedora37" ] [[sessions.ansible_test_integration.sessions]] ansible_core = "2.16" target = [ "azp/4/", "azp/5/" ] -docker = [ "fedora38", "centos7", "opensuse15", "alpine3" ] +docker = [ "fedora38", "opensuse15", "alpine3" ] +# "centos7" does not work in GHA. [[sessions.ee_check.execution_environments]] name = "devel-ubi-9"