@@ -15,7 +15,7 @@ concurrency:
15
15
jobs :
16
16
unit-tests :
17
17
timeout-minutes : 120
18
- runs-on : " ubuntu-latest "
18
+ runs-on : " ubuntu-20.04 "
19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
with :
43
43
44
44
jvm-tests-1 :
45
45
timeout-minutes : 120
46
- runs-on : " ubuntu-latest "
46
+ runs-on : " ubuntu-20.04 "
47
47
steps :
48
48
- uses : actions/checkout@v3
49
49
with :
59
59
60
60
jvm-tests-2 :
61
61
timeout-minutes : 120
62
- runs-on : " ubuntu-latest "
62
+ runs-on : " ubuntu-20.04 "
63
63
steps :
64
64
- uses : actions/checkout@v3
65
65
with :
75
75
76
76
jvm-tests-3 :
77
77
timeout-minutes : 120
78
- runs-on : " ubuntu-latest "
78
+ runs-on : " ubuntu-20.04 "
79
79
steps :
80
80
- uses : actions/checkout@v3
81
81
with :
91
91
92
92
generate-linux-launcher :
93
93
timeout-minutes : 120
94
- runs-on : " ubuntu-latest "
94
+ runs-on : " ubuntu-20.04 "
95
95
steps :
96
96
- uses : actions/checkout@v3
97
97
with :
@@ -118,7 +118,7 @@ jobs:
118
118
native-linux-tests-1 :
119
119
needs : generate-linux-launcher
120
120
timeout-minutes : 120
121
- runs-on : " ubuntu-latest "
121
+ runs-on : " ubuntu-20.04 "
122
122
steps :
123
123
- uses : actions/checkout@v3
124
124
with :
@@ -142,7 +142,7 @@ jobs:
142
142
native-linux-tests-2 :
143
143
needs : generate-linux-launcher
144
144
timeout-minutes : 120
145
- runs-on : " ubuntu-latest "
145
+ runs-on : " ubuntu-20.04 "
146
146
steps :
147
147
- uses : actions/checkout@v3
148
148
with :
@@ -166,7 +166,7 @@ jobs:
166
166
native-linux-tests-3 :
167
167
needs : generate-linux-launcher
168
168
timeout-minutes : 120
169
- runs-on : " ubuntu-latest "
169
+ runs-on : " ubuntu-20.04 "
170
170
steps :
171
171
- uses : actions/checkout@v3
172
172
with :
@@ -467,7 +467,7 @@ jobs:
467
467
468
468
generate-mostly-static-launcher :
469
469
timeout-minutes : 120
470
- runs-on : ubuntu-latest
470
+ runs-on : ubuntu-20.04
471
471
steps :
472
472
- uses : actions/checkout@v3
473
473
with :
@@ -491,7 +491,7 @@ jobs:
491
491
native-mostly-static-tests-1 :
492
492
needs : generate-mostly-static-launcher
493
493
timeout-minutes : 120
494
- runs-on : ubuntu-latest
494
+ runs-on : ubuntu-20.04
495
495
steps :
496
496
- uses : actions/checkout@v3
497
497
with :
@@ -528,7 +528,7 @@ jobs:
528
528
native-mostly-static-tests-2 :
529
529
needs : generate-mostly-static-launcher
530
530
timeout-minutes : 120
531
- runs-on : ubuntu-latest
531
+ runs-on : ubuntu-20.04
532
532
steps :
533
533
- uses : actions/checkout@v3
534
534
with :
@@ -552,7 +552,7 @@ jobs:
552
552
native-mostly-static-tests-3 :
553
553
needs : generate-mostly-static-launcher
554
554
timeout-minutes : 120
555
- runs-on : ubuntu-latest
555
+ runs-on : ubuntu-20.04
556
556
steps :
557
557
- uses : actions/checkout@v3
558
558
with :
@@ -575,7 +575,7 @@ jobs:
575
575
576
576
generate-static-launcher :
577
577
timeout-minutes : 120
578
- runs-on : ubuntu-latest
578
+ runs-on : ubuntu-20.04
579
579
steps :
580
580
- uses : actions/checkout@v3
581
581
with :
@@ -599,7 +599,7 @@ jobs:
599
599
native-static-tests-1 :
600
600
needs : generate-static-launcher
601
601
timeout-minutes : 120
602
- runs-on : ubuntu-latest
602
+ runs-on : ubuntu-20.04
603
603
steps :
604
604
- uses : actions/checkout@v3
605
605
with :
@@ -636,7 +636,7 @@ jobs:
636
636
native-static-tests-2 :
637
637
needs : generate-static-launcher
638
638
timeout-minutes : 120
639
- runs-on : ubuntu-latest
639
+ runs-on : ubuntu-20.04
640
640
steps :
641
641
- uses : actions/checkout@v3
642
642
with :
@@ -662,7 +662,7 @@ jobs:
662
662
native-static-tests-3 :
663
663
needs : generate-static-launcher
664
664
timeout-minutes : 120
665
- runs-on : ubuntu-latest
665
+ runs-on : ubuntu-20.04
666
666
steps :
667
667
- uses : actions/checkout@v3
668
668
with :
@@ -687,7 +687,7 @@ jobs:
687
687
688
688
docs-tests :
689
689
# for now, let's run those tests only on ubuntu
690
- runs-on : ubuntu-latest
690
+ runs-on : ubuntu-20.04
691
691
steps :
692
692
- uses : actions/checkout@v3
693
693
with :
@@ -706,7 +706,7 @@ jobs:
706
706
707
707
checks :
708
708
timeout-minutes : 15
709
- runs-on : ubuntu-latest
709
+ runs-on : ubuntu-20.04
710
710
steps :
711
711
- uses : actions/checkout@v3
712
712
with :
@@ -731,7 +731,7 @@ jobs:
731
731
732
732
format :
733
733
timeout-minutes : 15
734
- runs-on : ubuntu-latest
734
+ runs-on : ubuntu-20.04
735
735
steps :
736
736
- uses : actions/checkout@v3
737
737
with :
@@ -745,7 +745,7 @@ jobs:
745
745
746
746
reference-doc :
747
747
timeout-minutes : 15
748
- runs-on : ubuntu-latest
748
+ runs-on : ubuntu-20.04
749
749
steps :
750
750
- uses : actions/checkout@v3
751
751
with :
@@ -765,7 +765,7 @@ jobs:
765
765
766
766
bloop-memory-footprint :
767
767
timeout-minutes : 120
768
- runs-on : ubuntu-latest
768
+ runs-on : ubuntu-20.04
769
769
steps :
770
770
- uses : actions/checkout@v3
771
771
with :
@@ -808,7 +808,7 @@ jobs:
808
808
publish :
809
809
needs : [unit-tests, jvm-tests-1, jvm-tests-2, jvm-tests-3, format, checks, reference-doc]
810
810
if : github.event_name == 'push' && github.repository == 'VirtusLab/scala-cli'
811
- runs-on : ubuntu-latest
811
+ runs-on : ubuntu-20.04
812
812
steps :
813
813
- uses : actions/checkout@v3
814
814
with :
@@ -870,7 +870,7 @@ jobs:
870
870
- checks
871
871
- reference-doc
872
872
if : github.event_name == 'push'
873
- runs-on : ubuntu-latest
873
+ runs-on : ubuntu-20.04
874
874
steps :
875
875
- uses : actions/checkout@v3
876
876
with :
@@ -923,7 +923,7 @@ jobs:
923
923
update-packages :
924
924
name : Update packages
925
925
needs : launchers
926
- runs-on : ubuntu-latest
926
+ runs-on : ubuntu-20.04
927
927
if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
928
928
steps :
929
929
- uses : actions/checkout@v3
0 commit comments