@@ -485,7 +485,7 @@ jobs:
485
485
name : Release
486
486
if : github.event_name == 'push'
487
487
needs : [linux-wheel, macos-wheel] # , windows-wheel]
488
- runs-on : ubuntu-20 .04
488
+ runs-on : ' ubuntu-24 .04'
489
489
steps :
490
490
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
491
491
with :
@@ -561,7 +561,7 @@ jobs:
561
561
name : Release Candidate
562
562
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
563
563
needs : [release]
564
- runs-on : ubuntu-20 .04
564
+ runs-on : ' ubuntu-24 .04'
565
565
steps :
566
566
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
567
567
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
@@ -601,7 +601,7 @@ jobs:
601
601
name : Docker Release
602
602
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
603
603
needs : [lint, linux-test, macos-test, windows-test]
604
- runs-on : ubuntu-20 .04
604
+ runs-on : ' ubuntu-24 .04'
605
605
steps :
606
606
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
607
607
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -622,7 +622,7 @@ jobs:
622
622
build-number :
623
623
name : Build Number
624
624
if : github.event_name == 'push'
625
- runs-on : ubuntu-20 .04
625
+ runs-on : ' ubuntu-24 .04'
626
626
steps :
627
627
- run : |
628
628
set -e -x
@@ -684,7 +684,7 @@ jobs:
684
684
name : Nightly ${{ matrix.python }} Linux
685
685
if : github.event_name == 'push'
686
686
needs : [build-number, linux-wheel]
687
- runs-on : ubuntu-20 .04
687
+ runs-on : ' ubuntu-24 .04'
688
688
strategy :
689
689
matrix :
690
690
python : ['3.9', '3.10', '3.11', '3.12']
@@ -761,7 +761,7 @@ jobs:
761
761
name : Nightly
762
762
if : github.event_name == 'push'
763
763
needs : [linux-nightly, macos-nightly, windows-nightly]
764
- runs-on : ubuntu-20 .04
764
+ runs-on : ' ubuntu-24 .04'
765
765
steps :
766
766
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
767
767
with :
@@ -859,7 +859,7 @@ jobs:
859
859
name : Docker Nightly
860
860
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
861
861
needs : [linux-nightly, macos-nightly, windows-nightly]
862
- runs-on : ubuntu-20 .04
862
+ runs-on : ' ubuntu-24 .04'
863
863
steps :
864
864
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
865
865
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
0 commit comments