Skip to content

Commit 8247bbe

Browse files
committed
Advance current development environment to Fedora 41
Signed-off-by: Bryan Gurney <[email protected]>
1 parent fc12443 commit 8247bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
dependencies:
6868
runs-on: ubuntu-latest
6969
container:
70-
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
70+
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
7171
steps:
7272
- uses: actions/checkout@v4
7373
- name: Install dependencies for Fedora
@@ -96,7 +96,7 @@ jobs:
9696
yamllint:
9797
runs-on: ubuntu-20.04
9898
container:
99-
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
99+
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
100100
steps:
101101
- uses: actions/checkout@v4
102102
- name: Install dependencies for Fedora

0 commit comments

Comments
 (0)