Skip to content

Commit a0cf53c

Browse files
authored
Merge pull request #30 from StanFromIreland/benchmark-fix
2 parents 34daa0c + 2dfe59a commit a0cf53c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ on:
3838

3939
jobs:
4040
benchmark:
41-
runs-on: ubuntu-latest
41+
# Keep in sync with the Ubuntu version CPython's CI runs on
42+
runs-on: ubuntu-26.04
4243

4344
steps:
4445
- name: Checkout memory tracker

.github/workflows/daily-benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ on:
2929

3030
jobs:
3131
benchmark-builds:
32-
runs-on: ubuntu-latest
32+
# Keep in sync with the Ubuntu version CPython's CI runs on
33+
runs-on: ubuntu-26.04
3334
strategy:
3435
matrix:
3536
build_config:

0 commit comments

Comments
 (0)