diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b85b4697d75..43dae5cb8da4 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 350987487306..74090796bb60 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 f0395c09474b..49d7efd131b1 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 6965ea86f2e1..f7f056521c50 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 da8852d8d296..b5462f32eb0c 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 301294689337..2fe1d8137214 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 c0af1a5b1ceb..3c99490d83cb 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: