Skip to content

Commit 0a39dbb

Browse files
authored
Update benchmark.yml
1 parent 39d76c3 commit 0a39dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch:
1414
jobs:
1515
benchmark:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
1919
benchmark:
@@ -93,7 +93,7 @@ jobs:
9393
name: "${{ matrix.benchmark.name }}-${{ (matrix.is-single-shot && 'ss') || 'thrpt' }}"
9494
path: tmp
9595
update-reports:
96-
runs-on: ubuntu-22.04
96+
runs-on: ubuntu-latest
9797
needs: benchmark
9898
steps:
9999
- name: Checkout

0 commit comments

Comments
 (0)