diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b330ead..ac8f8dc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: build-image: if: startsWith(github.ref, 'refs/tags/') needs: check - runs-on: ubuntu-latest + runs-on: host steps: - uses: actions/checkout@v4