From 672c8cd0aa78a0d1ccfae7013d2682f67689b00e Mon Sep 17 00:00:00 2001 From: Erki Date: Wed, 18 Sep 2024 12:38:45 +0300 Subject: [PATCH] Try again? --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 69611e5..8644f06 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: ghcr.io/catthehacker/ubuntu:act-latest + runs-on: catthehacker/ubuntu:act-latest if: gitea.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4