Skip to content

Commit

Permalink
feat(ci): enable Fedora 41 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 18, 2024
1 parent f3806ea commit ee1a297
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-41.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee1a297

Please sign in to comment.