Skip to content

Commit ce63713

Browse files
committed
ci: run benchmarks on ubuntu 22.04 (#4609)
1 parent b1173f5 commit ce63713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benches.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ concurrency:
1515

1616
jobs:
1717
benchmarks:
18-
runs-on: ubuntu-latest
18+
# No support for 24.04, see https://github.com/CodSpeedHQ/runner/issues/42
19+
runs-on: ubuntu-22.04
1920
steps:
2021
- uses: actions/checkout@v4
2122
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)