Skip to content

Commit 7688fa9

Browse files
authored
Merge pull request #113 from bgurney-rh/next-devenv-f41
Advance next development environment to Fedora 41
2 parents be133a8 + a41baa5 commit 7688fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PYTHONPATH=./src:/github/home/.local/lib/python3.12/site-packages
2626
make -f Makefile lint
2727
runs-on: ubuntu-latest
28-
container: fedora:40 # NEXT DEVELOPMENT ENVIRONMENT
28+
container: fedora:41 # NEXT DEVELOPMENT ENVIRONMENT
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Install dependencies

0 commit comments

Comments
 (0)