diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 86f12cc..d28d5f6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -24,7 +24,9 @@ on: [push] jobs: BuildContainer: - runs-on: rust:1.90.0-trixie + runs-on: ubuntu-latest + container: + image: rust:1.90.0-trixie steps: - name: Checkout uses: actions/checkout@v5