Skip to content

Commit

Permalink
Merge pull request #96 from bgurney-rh/devenv-f39
Browse files Browse the repository at this point in the history
Advance next development environment to Fedora 39
  • Loading branch information
mulkieran authored Aug 2, 2023
2 parents 11d3b08 + 60d6bbe commit c95115c
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 @@ -23,7 +23,7 @@ jobs:
- dependencies: python python3-build twine
task: make -f Makefile package
runs-on: ubuntu-latest
container: fedora:38 # NEXT DEVELOPMENT ENVIRONMENT
container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit c95115c

Please sign in to comment.