Skip to content

Commit

Permalink
Merge pull request #113 from bgurney-rh/next-devenv-f41
Browse files Browse the repository at this point in the history
Advance next development environment to Fedora 41
  • Loading branch information
mulkieran authored Nov 27, 2024
2 parents 4bfad83 + be38847 commit 3f3de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- dependencies: pylint python3-hypothesis
task: PYTHONPATH=./src make -f Makefile lint
runs-on: ubuntu-latest
container: fedora:40 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:41 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 3f3de0f

Please sign in to comment.