Skip to content

Commit 076852e

Browse files
authored
Fix build agent tag (#1821)
1 parent 40b2b92 commit 076852e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
name: Release
451451
if: github.event_name == 'push'
452452
needs: [linux-wheel, macos-wheel] #, windows-wheel]
453-
runs-on: ubuntu-18.04
453+
runs-on: ubuntu-20.04
454454
steps:
455455
- uses: actions/download-artifact@v1
456456
with:
@@ -541,7 +541,7 @@ jobs:
541541
name: Release Candidate
542542
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
543543
needs: [lint, release]
544-
runs-on: ubuntu-18.04
544+
runs-on: ubuntu-20.04
545545
steps:
546546
- uses: actions/checkout@v2
547547
- uses: actions/download-artifact@v1
@@ -581,7 +581,7 @@ jobs:
581581
name: Docker Release
582582
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
583583
needs: [lint, linux-test, macos-test, windows-test]
584-
runs-on: ubuntu-18.04
584+
runs-on: ubuntu-20.04
585585
steps:
586586
- uses: actions/checkout@v2
587587
- uses: actions/setup-python@v1
@@ -741,7 +741,7 @@ jobs:
741741
name: Nightly
742742
if: github.event_name == 'push'
743743
needs: [linux-nightly, macos-nightly, windows-nightly]
744-
runs-on: ubuntu-18.04
744+
runs-on: ubuntu-20.04
745745
steps:
746746
- uses: actions/download-artifact@v1
747747
with:
@@ -857,7 +857,7 @@ jobs:
857857
name: Docker Nightly
858858
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
859859
needs: [linux-nightly, macos-nightly, windows-nightly]
860-
runs-on: ubuntu-18.04
860+
runs-on: ubuntu-20.04
861861
steps:
862862
- uses: actions/checkout@v2
863863
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)