diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9c6771..603f501 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ on: jobs: docs-checks: runs-on: ubuntu-latest - container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v5 with: @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: dnf install -y make lyx 'dnf-command(copr)' - name: Enable copr repo - run: dnf copr enable atim/zola --assumeyes + run: dnf copr enable pgdev/zola --assumeyes - name: Install zola run: dnf install zola --assumeyes - name: Run test @@ -29,7 +29,7 @@ jobs: ci-checks: runs-on: ubuntu-latest - container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v5 with: @@ -41,7 +41,7 @@ jobs: spelling-checks: runs-on: ubuntu-latest - container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install dependencies for Fedora run: >