Skip to content

Commit

Permalink
Merge pull request #354 from bgurney-rh/next-devenv-f41
Browse files Browse the repository at this point in the history
Advance next development environment to Fedora 41
  • Loading branch information
mulkieran authored Nov 27, 2024
2 parents 699aaa0 + 0288f7a commit 261692e
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
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 261692e

Please sign in to comment.