This is an automated email from the ASF dual-hosted git repository.
yongwww pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 601d570894 [CI] Upgrade ubuntu runner image for GitHub CI (#17846)
601d570894 is described below
commit 601d570894cd9f2cb48f9a8cae5349848b917beb
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Fri Apr 18 01:23:05 2025 +0900
[CI] Upgrade ubuntu runner image for GitHub CI (#17846)
* use `ubuntu-latest` for github ci
* use `ubuntu-22.04` for android build
---
.github/workflows/main.yml | 4 ++--
.github/workflows/nightly_docker_update.yml | 2 +-
.github/workflows/ping_reviewers.yml | 2 +-
.github/workflows/tvmbot.yml | 2 +-
.github/workflows/update_last_successful_branch.yml | 2 +-
.github/workflows/update_nightly_branch.yml | 2 +-
.github/workflows/upload_ci_resource.yml | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9b85b4697d..43dae5cb8d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -128,7 +128,7 @@ jobs:
Linux-Static-Runtime:
if: ${{ github.repository == 'apache/tvm' }}
- runs-on: Ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
@@ -145,7 +145,7 @@ jobs:
Android:
if: ${{ github.repository == 'apache/tvm' }}
- runs-on: Ubuntu-20.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
diff --git a/.github/workflows/nightly_docker_update.yml
b/.github/workflows/nightly_docker_update.yml
index 3509874873..74090796bb 100644
--- a/.github/workflows/nightly_docker_update.yml
+++ b/.github/workflows/nightly_docker_update.yml
@@ -20,7 +20,7 @@ jobs:
pull-requests: write
statuses: write
if: github.repository == 'apache/tvm'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Open PR to update Docker images
diff --git a/.github/workflows/ping_reviewers.yml
b/.github/workflows/ping_reviewers.yml
index f0395c0947..49d7efd131 100644
--- a/.github/workflows/ping_reviewers.yml
+++ b/.github/workflows/ping_reviewers.yml
@@ -12,7 +12,7 @@ concurrency:
jobs:
ping:
if: github.repository == 'apache/tvm'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Ping reviewers
diff --git a/.github/workflows/tvmbot.yml b/.github/workflows/tvmbot.yml
index 6965ea86f2..f7f056521c 100644
--- a/.github/workflows/tvmbot.yml
+++ b/.github/workflows/tvmbot.yml
@@ -21,7 +21,7 @@ jobs:
pull-requests: write
statuses: write
if: ${{ github.event.issue.pull_request && github.repository ==
'apache/tvm' }}
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tvm-bot
diff --git a/.github/workflows/update_last_successful_branch.yml
b/.github/workflows/update_last_successful_branch.yml
index da8852d8d2..b5462f32eb 100644
--- a/.github/workflows/update_last_successful_branch.yml
+++ b/.github/workflows/update_last_successful_branch.yml
@@ -33,7 +33,7 @@ concurrency:
jobs:
update-last-successful-branch:
if: github.repository == 'apache/tvm'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update last-successful branch
diff --git a/.github/workflows/update_nightly_branch.yml
b/.github/workflows/update_nightly_branch.yml
index 3012946893..2fe1d81372 100644
--- a/.github/workflows/update_nightly_branch.yml
+++ b/.github/workflows/update_nightly_branch.yml
@@ -31,7 +31,7 @@ concurrency:
jobs:
update-nightly-branch:
if: github.repository == 'apache/tvm'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update nightly branch
diff --git a/.github/workflows/upload_ci_resource.yml
b/.github/workflows/upload_ci_resource.yml
index c0af1a5b1c..3c99490d83 100644
--- a/.github/workflows/upload_ci_resource.yml
+++ b/.github/workflows/upload_ci_resource.yml
@@ -39,7 +39,7 @@ concurrency:
jobs:
upload-ci-resource:
if: github.repository == 'apache/tvm'
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Download item and upload to S3
env: