diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1b58c9e..69611e5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: image: ["fedora-act", "fedora-cpp", "ubuntu-cpp"] - runs-on: ubuntu-latest + runs-on: ghcr.io/catthehacker/ubuntu:act-latest if: gitea.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4