From acf5116f013a460fffc49a12bbe019acfd47d034 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 22 Oct 2025 21:33:14 -0500 Subject: [PATCH] ci: Build for Fedora 41, 42 --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 5e2fc71..2e6fb38 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { axes { axis { name 'FEDORA' - values '39', '40' + values '41', '42' } }