From 076852eea27cffd19511206faed8dc9cb7dedeb7 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 1 Aug 2023 18:51:34 -0700 Subject: [PATCH] Fix build agent tag (#1821) --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2f929950..b717c7666 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -450,7 +450,7 @@ jobs: name: Release if: github.event_name == 'push' needs: [linux-wheel, macos-wheel] #, windows-wheel] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/download-artifact@v1 with: @@ -541,7 +541,7 @@ jobs: name: Release Candidate if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: [lint, release] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v1 @@ -581,7 +581,7 @@ jobs: name: Docker Release if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: [lint, linux-test, macos-test, windows-test] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 @@ -741,7 +741,7 @@ jobs: name: Nightly if: github.event_name == 'push' needs: [linux-nightly, macos-nightly, windows-nightly] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/download-artifact@v1 with: @@ -857,7 +857,7 @@ jobs: name: Docker Nightly if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: [linux-nightly, macos-nightly, windows-nightly] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v1