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.11 # 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
@@ -299,7 +299,7 @@ jobs:
299299
300300 client_gen :
301301 timeout-minutes : 15
302- runs-on : ubuntu-22 .04
302+ runs-on : ubuntu-24 .04
303303 needs :
304304 - setup
305305 - specs
@@ -512,7 +512,7 @@ jobs:
512512 run : echo "success=true" >> "$GITHUB_OUTPUT"
513513
514514 codegen :
515- runs-on : ubuntu-22 .04
515+ runs-on : ubuntu-24 .04
516516 timeout-minutes : 15
517517 needs :
518518 - setup
@@ -633,7 +633,7 @@ jobs:
633633 run : echo "success=true" >> "$GITHUB_OUTPUT"
634634
635635 check_green :
636- runs-on : ubuntu-22 .04
636+ runs-on : ubuntu-24 .04
637637 timeout-minutes : 10
638638 needs :
639639 - codegen
@@ -648,7 +648,7 @@ jobs:
648648 fi
649649
650650 push_and_release :
651- runs-on : ubuntu-22 .04
651+ runs-on : ubuntu-24 .04
652652 timeout-minutes : 30
653653 needs :
654654 - 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 1414jobs :
1515 push :
1616 name : Push generated files to the given repository
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - uses : actions/checkout@v4
2020 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