diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f01eefbe04f..eb82152148f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -524,12 +524,7 @@ jobs: permissions: contents: read checks: write - runs-on: spacetimedb-new-runner - container: - image: localhost:5000/spacetimedb-ci:latest - options: >- - --privileged - --cgroupns=host + runs-on: spacetimedb-unity-runner timeout-minutes: 30 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target @@ -630,9 +625,6 @@ jobs: key: Unity-${{ github.head_ref }} restore-keys: Unity- - # We need this to support "Docker in Docker" - - name: Start Docker daemon - run: /usr/local/bin/start-docker.sh - name: Run Unity tests uses: game-ci/unity-test-runner@v4 with: