Skip to content

Commit b78fdbe

Browse files
authored
use ubuntu-latest for tvmbot runner
1 parent f081656 commit b78fdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tvmbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: write
2222
statuses: write
2323
if: ${{ github.event.issue.pull_request && github.repository == 'apache/tvm' }}
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Run tvm-bot

0 commit comments

Comments
 (0)