diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a08f01..6c3f781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: dependencies: runs-on: ubuntu-latest container: - image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v4 - name: Install dependencies for Fedora @@ -96,7 +96,7 @@ jobs: yamllint: runs-on: ubuntu-20.04 container: - image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v4 - name: Install dependencies for Fedora