From 6cd1559148f2c43c66168562b34ba4c29990cec1 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Fri, 6 Dec 2024 15:46:16 -0500 Subject: [PATCH] Advance current development environment to Fedora 41 Signed-off-by: Bryan Gurney --- .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 5f36e85..f53e693 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,16 +32,16 @@ jobs: python3-justbytes python3-gobject python3-psutil - image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT task: PYTHONPATH=./src make -f Makefile lint - dependencies: > black python3-isort - image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile fmt-travis # VERIFICATION OF TEST INFRASTRUCTURE - dependencies: yamllint - image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile yamllint runs-on: ubuntu-latest container: ${{ matrix.image }}