File tree Expand file tree Collapse file tree 12 files changed +20
-20
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 12 files changed +20
-20
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 # 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 : 10
178- runs-on : ubuntu-22 .04
178+ runs-on : ubuntu-24 .04
179179 needs :
180180 - setup
181181 - specs
@@ -290,7 +290,7 @@ jobs:
290290
291291 client_gen :
292292 timeout-minutes : 15
293- runs-on : ubuntu-22 .04
293+ runs-on : ubuntu-24 .04
294294 needs :
295295 - setup
296296 - specs
@@ -493,7 +493,7 @@ jobs:
493493 run : echo "success=true" >> "$GITHUB_OUTPUT"
494494
495495 codegen :
496- runs-on : ubuntu-22 .04
496+ runs-on : ubuntu-24 .04
497497 timeout-minutes : 15
498498 needs :
499499 - setup
@@ -614,7 +614,7 @@ jobs:
614614 run : echo "success=true" >> "$GITHUB_OUTPUT"
615615
616616 check_green :
617- runs-on : ubuntu-22 .04
617+ runs-on : ubuntu-24 .04
618618 timeout-minutes : 10
619619 needs :
620620 - codegen
@@ -629,7 +629,7 @@ jobs:
629629 fi
630630
631631 push_and_release :
632- runs-on : ubuntu-22 .04
632+ runs-on : ubuntu-24 .04
633633 timeout-minutes : 30
634634 needs :
635635 - 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 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
Original file line number Diff line number Diff line change 1010jobs :
1111 release :
1212 name : Publish
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 if : " startsWith(github.event.head_commit.message, 'chore: release')"
1515 permissions :
1616 id-token : write
You can’t perform that action at this time.
0 commit comments