File tree Expand file tree Collapse file tree 13 files changed +21
-21
lines changed
algoliasearch-client-csharp/.github/workflows
algoliasearch-client-javascript/.github/workflows
algoliasearch-client-java/.github/workflows
algoliasearch-client-python/.github/workflows
algoliasearch-client-ruby/.github/workflows
algoliasearch-client-scala/.github/workflows
algoliasearch-client-swift/.github/workflows Expand file tree Collapse file tree 13 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919
2020jobs :
2121 notification :
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323 timeout-minutes : 1
2424 if : ${{ !github.event.pull_request.head.repo.fork && github.event.number }}
2525 permissions :
3838 _Please do not push any generated code to this pull request._
3939
4040 setup :
41- runs-on : ubuntu-22 .04
41+ runs-on : ubuntu-24 .04
4242 timeout-minutes : 10
4343 env :
4444 CACHE_VERSION : 1.02 # bump this to run all clients on the CI.
@@ -127,7 +127,7 @@ jobs:
127127 RUN_MACOS_KOTLIN_BUILD : ${{ steps.gen-matrix.outputs.RUN_MACOS_KOTLIN_BUILD }}
128128
129129 scripts :
130- runs-on : ubuntu-22 .04
130+ runs-on : ubuntu-24 .04
131131 timeout-minutes : 10
132132 needs : setup
133133 if : ${{ needs.setup.outputs.RUN_SCRIPTS == 'true' }}
@@ -152,7 +152,7 @@ jobs:
152152 run : yarn workspace eslint-plugin-automation-custom test
153153
154154 specs :
155- runs-on : ubuntu-22 .04
155+ runs-on : ubuntu-24 .04
156156 timeout-minutes : 10
157157 needs : setup
158158 steps :
@@ -175,7 +175,7 @@ jobs:
175175
176176 client_gen_javascript :
177177 timeout-minutes : 15
178- runs-on : ubuntu-22 .04
178+ runs-on : ubuntu-24 .04
179179 needs :
180180 - setup
181181 - specs
@@ -297,7 +297,7 @@ jobs:
297297
298298 client_gen :
299299 timeout-minutes : 15
300- runs-on : ubuntu-22 .04
300+ runs-on : ubuntu-24 .04
301301 needs :
302302 - setup
303303 - specs
@@ -510,7 +510,7 @@ jobs:
510510 run : echo "success=true" >> "$GITHUB_OUTPUT"
511511
512512 codegen :
513- runs-on : ubuntu-22 .04
513+ runs-on : ubuntu-24 .04
514514 timeout-minutes : 15
515515 needs :
516516 - setup
@@ -631,7 +631,7 @@ jobs:
631631 run : echo "success=true" >> "$GITHUB_OUTPUT"
632632
633633 check_green :
634- runs-on : ubuntu-22 .04
634+ runs-on : ubuntu-24 .04
635635 timeout-minutes : 10
636636 needs :
637637 - codegen
@@ -646,7 +646,7 @@ jobs:
646646 fi
647647
648648 push_and_release :
649- runs-on : ubuntu-22 .04
649+ runs-on : ubuntu-24 .04
650650 timeout-minutes : 30
651651 needs :
652652 - codegen
Original file line number Diff line number Diff line change 66
77jobs :
88 cleanup :
9- runs-on : ubuntu-22 .04
9+ runs-on : ubuntu-24 .04
1010 timeout-minutes : 10
1111 permissions :
1212 pull-requests : write
Original file line number Diff line number Diff line change 66
77jobs :
88 setup :
9- runs-on : ubuntu-22 .04
9+ runs-on : ubuntu-24 .04
1010 timeout-minutes : 10
1111 steps :
1212 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: workflow_dispatch
55jobs :
66 release :
77 name : Scheduled Release
8- runs-on : ubuntu-22 .04
8+ runs-on : ubuntu-24 .04
99 steps :
1010 - uses : actions/checkout@v4
1111 with :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: workflow_dispatch
55jobs :
66 push :
77 name : Manual trigger push for onboarding guides
8- runs-on : ubuntu-22 .04
8+ runs-on : ubuntu-24 .04
99 steps :
1010 - uses : actions/checkout@v4
1111 with :
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Scheduled Release
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - uses : actions/checkout@v4
1414 with :
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Publish
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 if : " startsWith(github.event.head_commit.message, 'chore: release')"
1313 steps :
1414 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Publish to Sonatype
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 if : " startsWith(github.event.head_commit.message, 'chore: release')"
1313 steps :
1414 - name : Checkout
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Publish
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 if : " startsWith(github.event.head_commit.message, 'chore: release')"
1313 steps :
1414 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Publish
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 if : " startsWith(github.event.head_commit.message, 'chore: release')"
1313 environment :
1414 name : pypi
You can’t perform that action at this time.
0 commit comments