3232
3333 triage :
3434 name : Triage
35- runs-on : ubuntu-latest
35+ runs-on : ubuntu-24.04-arm
3636 timeout-minutes : 5
3737 permissions :
3838 actions : read
@@ -165,7 +165,7 @@ jobs:
165165 name : Lint (Kotlin)
166166 needs : [triage]
167167 if : needs.triage.outputs.run == 'true' && needs.triage.outputs.code == 'true'
168- runs-on : ubuntu-latest
168+ runs-on : ubuntu-24.04-arm
169169 timeout-minutes : 15
170170 steps :
171171 - name : Checkout
@@ -183,7 +183,7 @@ jobs:
183183 name : Lint (Actions)
184184 needs : [triage]
185185 if : needs.triage.outputs.run == 'true' && needs.triage.outputs.code == 'true'
186- runs-on : ubuntu-latest
186+ runs-on : ubuntu-24.04-arm
187187 timeout-minutes : 5
188188 steps :
189189 - name : Checkout
@@ -234,7 +234,7 @@ jobs:
234234 tasks : :minimessage:koverBinaryReport :serializer:koverBinaryReport :minimessage:jar :serializer:jar
235235 - shard : runtime
236236 tasks : :coroutines:koverBinaryReport :paper:koverBinaryReport :test:koverBinaryReport :test-snapshot:koverBinaryReport :bom:build :coroutines:jar :paper:jar :test:jar :test-snapshot:jar
237- runs-on : ubuntu-latest
237+ runs-on : ubuntu-24.04-arm
238238 timeout-minutes : 20
239239 permissions :
240240 checks : write
@@ -359,7 +359,7 @@ jobs:
359359 name : Aggregate
360360 needs : [build]
361361 if : needs.build.result == 'success'
362- runs-on : ubuntu-latest
362+ runs-on : ubuntu-24.04-arm
363363 timeout-minutes : 15
364364 permissions :
365365 contents : read
@@ -490,7 +490,7 @@ jobs:
490490 name : Dokka
491491 needs : [triage]
492492 if : needs.triage.outputs.run == 'true' && needs.triage.outputs.code == 'true'
493- runs-on : ubuntu-latest
493+ runs-on : ubuntu-24.04-arm
494494 timeout-minutes : 10
495495 permissions :
496496 contents : read
@@ -522,7 +522,7 @@ jobs:
522522 && github.event_name == 'pull_request'
523523 && needs.aggregate.result != 'cancelled'
524524 && needs.aggregate.result != 'skipped'
525- runs-on : ubuntu-latest
525+ runs-on : ubuntu-24.04-arm
526526 timeout-minutes : 25
527527 permissions :
528528 actions : read
@@ -652,7 +652,7 @@ jobs:
652652 name : Vanilla conformance
653653 needs : [triage]
654654 if : needs.triage.outputs.run == 'true' && needs.triage.outputs.vanilla == 'true'
655- runs-on : ubuntu-latest
655+ runs-on : ubuntu-24.04-arm
656656 timeout-minutes : 20
657657 permissions :
658658 checks : write
@@ -707,7 +707,7 @@ jobs:
707707 dependencies :
708708 name : Dependencies
709709 if : github.event_name == 'pull_request'
710- runs-on : ubuntu-latest
710+ runs-on : ubuntu-24.04-arm
711711 timeout-minutes : 10
712712 steps :
713713 - name : Checkout
@@ -724,7 +724,7 @@ jobs:
724724 commits :
725725 name : Commits
726726 if : github.event_name == 'push'
727- runs-on : ubuntu-latest
727+ runs-on : ubuntu-24.04-arm
728728 timeout-minutes : 10
729729 steps :
730730 - name : Checkout
@@ -754,7 +754,7 @@ jobs:
754754 name : Status
755755 if : always()
756756 needs : [triage, lint-kotlin, lint-actions, build, aggregate, dokka, vanilla, dependencies]
757- runs-on : ubuntu-latest
757+ runs-on : ubuntu-24.04-arm
758758 timeout-minutes : 5
759759 steps :
760760 - name : Evaluate
0 commit comments