Skip to content

Commit

Permalink
Fix build agent tag (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Aug 2, 2023
1 parent 40b2b92 commit 076852e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 076852e

Please sign in to comment.