Skip to content

Commit 2e115dc

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 58d99eb commit 2e115dc

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

.github/workflows/check.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
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:
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
cleanup:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
timeout-minutes: 10
1111
permissions:
1212
pull-requests: write

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
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

.github/workflows/push-to-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
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:

.github/workflows/scheduled-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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:

clients/algoliasearch-client-csharp/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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

clients/algoliasearch-client-java/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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

clients/algoliasearch-client-javascript/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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

clients/algoliasearch-client-python/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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

clients/algoliasearch-client-ruby/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
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

0 commit comments

Comments
 (0)