diff --git a/.gitea/workflows/quality.yml b/.gitea/workflows/quality.yml index 66ec739..adaac82 100644 --- a/.gitea/workflows/quality.yml +++ b/.gitea/workflows/quality.yml @@ -6,7 +6,7 @@ jobs: name: "Check" runs-on: "ubuntu-latest" container: - image: "git.euph.dev/actions/act:latest" + image: "git.euph.dev/actions/runner-basic:latest" steps: - name: "Checkout" uses: "https://git.euph.dev/actions/checkout@v3" @@ -20,4 +20,4 @@ jobs: run: | ls cd app - make check + make check \ No newline at end of file