From f03408275dc8c5f8ef3742e3cfd66a682d8cee0f Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 22 Apr 2026 13:53:00 -0400 Subject: [PATCH] Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 43 Signed-off-by: mulhern --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60195f0..e1f1e6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,16 +32,16 @@ jobs: python3-justbytes python3-gobject python3-psutil - image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT task: PYTHONPATH=./src make -f Makefile lint - dependencies: > black python3-isort - image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile fmt-travis # VERIFICATION OF TEST INFRASTRUCTURE - dependencies: yamllint - image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile yamllint runs-on: ubuntu-latest container: ${{ matrix.image }}