Skip to content

Commit 8a30082

Browse files
authored
Merge pull request #102 from mulkieran/project_issue_805
Increase current development environment to Fedora 42
2 parents b7e3efe + 72cc803 commit 8a30082

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
@@ -37,7 +37,7 @@ jobs:
3737
- dependencies: python python3-build twine
3838
task: make -f Makefile package
3939
runs-on: ubuntu-latest
40-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
40+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
4141
steps:
4242
- uses: actions/checkout@v5
4343
with:

0 commit comments

Comments
 (0)