From 138a1477b0e99d26e3c6a31248fd3c6a4f52f0e1 Mon Sep 17 00:00:00 2001 From: David Seddon Date: Tue, 8 Apr 2025 10:11:10 +0100 Subject: [PATCH] Revert "Use wall time runner" --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc2f0cdc..47806a8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: working-directory: ./rust benchmarks: - runs-on: codspeed-macro + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -74,7 +74,7 @@ jobs: run: | python -VV uv venv - uv pip install pytest==7.4.4 pyyaml==6.0.1 pytest-codspeed==3.2.0 Django==5.1.1 + uv pip install pytest==7.4.4 pyyaml==6.0.1 pytest-codspeed==3.2.0 Django==5.1.1 /home/runner/work/grimp/grimp - name: Run benchmarks uses: CodSpeedHQ/action@v3