diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 9f073ce..8744111 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -3,10 +3,8 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: catthehacker/ubuntu:act-22.04 steps: - - name: install docker - run: curl -fsSL https://get.docker.com | sh - name: checkout uses: actions/checkout@v4