diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 14cad45..c4690b5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,5 +5,6 @@ on: jobs: build: runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v3