Skip to content

Commit

Permalink
Advance current development environment to Fedora 41
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Jan 2, 2025
1 parent b4c2cab commit 6795ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
dependencies:
runs-on: ubuntu-latest
container:
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Fedora
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
yamllint:
runs-on: ubuntu-20.04
container:
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Fedora
Expand Down

0 comments on commit 6795ce6

Please sign in to comment.