Skip to content

Commit

Permalink
Advance next development environment to Fedora 41
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
bgurney-rh committed Nov 27, 2024
1 parent 699aaa0 commit 0288f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ on:
jobs:
next-fedora-docs-checks:
runs-on: ubuntu-latest
container: fedora:40 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:41 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
@@ -25,7 +25,7 @@ jobs:

next-fedora-ci-checks:
runs-on: ubuntu-latest
container: fedora:40 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:41 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies

0 comments on commit 0288f7a

Please sign in to comment.