diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6095118..2154bbd 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,6 +9,9 @@ jobs: test: name: test speed runs-on: ubuntu-latest + + container: + image: catthehacker/ubuntu:act-latest steps: - name: Checkout repository