From d027dde21f8721a362d400b9a1722f4f3a1c09f0 Mon Sep 17 00:00:00 2001 From: not-matthias Date: Fri, 22 May 2026 19:30:08 +0200 Subject: [PATCH] chore: bump runner --- .github/workflows/codspeed.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 5cd4a2f..007b539 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -28,9 +28,6 @@ jobs: with: submodules: "recursive" - uses: astral-sh/setup-uv@v7 - - uses: actions/setup-python@v6 - with: - python-version: ${{ env.PYTHON_VERSION }} - name: Install local version of pytest-codspeed run: | sudo apt-get update @@ -42,6 +39,7 @@ jobs: with: mode: ${{ matrix.mode }} run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }} + runner-version: v4.16.2 all-checks: runs-on: ubuntu-latest