@@ -450,7 +450,7 @@ jobs:
450
450
name : Release
451
451
if : github.event_name == 'push'
452
452
needs : [linux-wheel, macos-wheel] # , windows-wheel]
453
- runs-on : ubuntu-18 .04
453
+ runs-on : ubuntu-20 .04
454
454
steps :
455
455
- uses : actions/download-artifact@v1
456
456
with :
@@ -541,7 +541,7 @@ jobs:
541
541
name : Release Candidate
542
542
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
543
543
needs : [lint, release]
544
- runs-on : ubuntu-18 .04
544
+ runs-on : ubuntu-20 .04
545
545
steps :
546
546
- uses : actions/checkout@v2
547
547
- uses : actions/download-artifact@v1
@@ -581,7 +581,7 @@ jobs:
581
581
name : Docker Release
582
582
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
583
583
needs : [lint, linux-test, macos-test, windows-test]
584
- runs-on : ubuntu-18 .04
584
+ runs-on : ubuntu-20 .04
585
585
steps :
586
586
- uses : actions/checkout@v2
587
587
- uses : actions/setup-python@v1
@@ -741,7 +741,7 @@ jobs:
741
741
name : Nightly
742
742
if : github.event_name == 'push'
743
743
needs : [linux-nightly, macos-nightly, windows-nightly]
744
- runs-on : ubuntu-18 .04
744
+ runs-on : ubuntu-20 .04
745
745
steps :
746
746
- uses : actions/download-artifact@v1
747
747
with :
@@ -857,7 +857,7 @@ jobs:
857
857
name : Docker Nightly
858
858
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
859
859
needs : [linux-nightly, macos-nightly, windows-nightly]
860
- runs-on : ubuntu-18 .04
860
+ runs-on : ubuntu-20 .04
861
861
steps :
862
862
- uses : actions/checkout@v2
863
863
- uses : actions/setup-python@v1
0 commit comments