diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 0a8a6d7..9fb4b05 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -8,6 +8,8 @@ on: jobs: test: runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest + steps: - name: Checkout repository uses: actions/checkout@v4