Skip to content

Commit 601d570

Browse files
authored
[CI] Upgrade ubuntu runner image for GitHub CI (#17846)
* use `ubuntu-latest` for github ci * use `ubuntu-22.04` for android build
1 parent 899e121 commit 601d570

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/nightly_docker_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/ping_reviewers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
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

.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

.github/workflows/update_last_successful_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333
jobs:
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

.github/workflows/update_nightly_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
jobs:
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

.github/workflows/upload_ci_resource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939
jobs:
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:

0 commit comments

Comments
 (0)