diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1d43089..8ce607b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@v4