From ce63713a9dda4a90ef2ab6ff7925751300561e11 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Thu, 10 Oct 2024 10:22:14 +0100 Subject: [PATCH] ci: run benchmarks on ubuntu 22.04 (#4609) --- .github/workflows/benches.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 363367b698b..8fabbe9403d 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -15,7 +15,8 @@ concurrency: jobs: benchmarks: - runs-on: ubuntu-latest + # No support for 24.04, see https://github.com/CodSpeedHQ/runner/issues/42 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5