diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8799d4d35c..f1d8fe5fc5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,7 +115,7 @@ jobs: cargo-test-linux: name: "cargo test (linux)" - runs-on: ubuntu-latest + runs-on: depot-ubuntu-22.04-16 needs: determine_changes if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} timeout-minutes: 20