File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128
129129 Linux-Static-Runtime :
130130 if : ${{ github.repository == 'apache/tvm' }}
131- runs-on : Ubuntu-20.04
131+ runs-on : ubuntu-latest
132132 steps :
133133 - uses : actions/checkout@v2
134134 with :
@@ -145,7 +145,7 @@ jobs:
145145
146146 Android :
147147 if : ${{ github.repository == 'apache/tvm' }}
148- runs-on : Ubuntu-20 .04
148+ runs-on : ubuntu-22 .04
149149 steps :
150150 - uses : actions/checkout@v2
151151 with :
Original file line number Diff line number Diff line change 2020 pull-requests : write
2121 statuses : write
2222 if : github.repository == 'apache/tvm'
23- runs-on : ubuntu-20.04
23+ runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v2
2626 - name : Open PR to update Docker images
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212jobs :
1313 ping :
1414 if : github.repository == 'apache/tvm'
15- runs-on : ubuntu-20.04
15+ runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Ping reviewers
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
3333jobs :
3434 update-last-successful-branch :
3535 if : github.repository == 'apache/tvm'
36- runs-on : ubuntu-20.04
36+ runs-on : ubuntu-latest
3737 steps :
3838 - uses : actions/checkout@v2
3939 - name : Update last-successful branch
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ concurrency:
3131jobs :
3232 update-nightly-branch :
3333 if : github.repository == 'apache/tvm'
34- runs-on : ubuntu-20.04
34+ runs-on : ubuntu-latest
3535 steps :
3636 - uses : actions/checkout@v2
3737 - name : Update nightly branch
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ concurrency:
3939jobs :
4040 upload-ci-resource :
4141 if : github.repository == 'apache/tvm'
42- runs-on : ubuntu-20.04
42+ runs-on : ubuntu-latest
4343 steps :
4444 - name : Download item and upload to S3
4545 env :
You can’t perform that action at this time.
0 commit comments