From ee1a2970f41e5185cc55b80396652d18c70d8ef3 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Fri, 18 Oct 2024 01:50:38 +0100 Subject: [PATCH] feat(ci): enable Fedora 41 builds --- .github/workflows/build-41.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build-41.yml diff --git a/.github/workflows/build-41.yml b/.github/workflows/build-41.yml new file mode 100644 index 0000000..25c8f3a --- /dev/null +++ b/.github/workflows/build-41.yml @@ -0,0 +1,15 @@ +name: ublue hwe 41 +on: + pull_request: + merge_group: + schedule: + - cron: '0 4 * * *' # 4:00-ish UTC everyday + workflow_dispatch: + +jobs: + build: + name: build + uses: ./.github/workflows/reusable-build.yml + secrets: inherit + with: + fedora_version: 41