From f51ac8339660f0c6bd4b414b951c82f62ab81930 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:34:13 -0400 Subject: [PATCH] chore: Only build for F40 --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 2ad8344..962ee8a 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: fedora_version: - - 39 + # - 39 - 40 steps: - name: Checkout Push to Registry action