diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index fa3e8c0f6..462fe2c24 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: benchmark: # Only Ubuntu 20.04 and 22.04 are supported at the moment. # See https://github.com/CodSpeedHQ/action/blob/016456b513677f9d4a1c509c7f8a38d8dd55b2b0/.github/workflows/ci.yml#L19. - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: node-version: [20]