From 73d090d3aaf60ee1d1e5d98a5988ee9039d6ea38 Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Thu, 23 Oct 2025 12:00:11 -0400 Subject: [PATCH] Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42 Signed-off-by: the Mulhern --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4dc3c9..c9ae358 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: ShellCheck task: make -f Makefile shellcheck runs-on: ubuntu-latest - container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v5 with: