Skip to content

Commit ccb7f12

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

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
- name: Install git for checkout action
7373
run: dnf install -y git
@@ -103,7 +103,7 @@ jobs:
103103
yamllint:
104104
runs-on: ubuntu-22.04
105105
container:
106-
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
106+
image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
107107
steps:
108108
- uses: actions/checkout@v4
109109
- name: Install dependencies for Fedora

0 commit comments

Comments
 (0)