diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5918018..1001b08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,10 +31,10 @@ jobs: python3-gobject python3-psutil ruff - image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile lint - dependencies: ruff - image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile fmt-travis runs-on: ubuntu-latest container: ${{ matrix.image }} @@ -57,4 +57,4 @@ jobs: general_checks: uses: stratis-storage/github-actions/.github/workflows/reusable_general.yml@master with: - fedora-container-image-number: 43 # CURRENT DEVELOPMENT ENVIRONMENT + fedora-container-image-number: 44 # CURRENT DEVELOPMENT ENVIRONMENT