Skip to content

Commit

Permalink
ci: run benchmarks on ubuntu 22.04 (#4609)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Oct 12, 2024
1 parent b1173f5 commit ce63713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce63713

Please sign in to comment.