Skip to content

Commit e9b34e3

Browse files
committed
Bump runner image
1 parent 61f93a5 commit e9b34e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
benchmark:
1414
if: ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark') && github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
1515
name: Linux
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
env:
1818
ASV_DIR: "./asv_bench"
1919
CONDA_ENV_FILE: environment.yml

0 commit comments

Comments
 (0)