diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 28b623d..de04248 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,10 +4,10 @@ on: [push] jobs: build-image: - runs-on: ubuntu-latest + runs-on: workbench steps: - uses: actions/checkout@v4 - name: Build Binary run: | echo ${{ github.ref_name }} ${{ github.sha }} - kit \ No newline at end of file + bun \ No newline at end of file