Skip to content

Commit 4965383

Browse files
committed
Advance current development environment to Fedora 40
Signed-off-by: Bryan Gurney <[email protected]>
1 parent 450962f commit 4965383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- dependencies: python3-coverage python3-into-dbus-python
2828
task: PYTHONPATH=./src make -f Makefile coverage
2929
runs-on: ubuntu-latest
30-
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
30+
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Install dependencies

0 commit comments

Comments
 (0)