Skip to content

Commit 0d6dba0

Browse files
authored
Merge pull request #34 from bgurney-rh/f41-current
Advance current development environment to Fedora 41
2 parents 49d2563 + ccb7f12 commit 0d6dba0

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)