Skip to content

Commit 08cec8c

Browse files
chore(deps): update dependency ubuntu to v24
1 parent ceb9d53 commit 08cec8c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ jobs:
466466

467467
swift_build_linux:
468468
timeout-minutes: 10
469-
runs-on: ubuntu-22.04
469+
runs-on: ubuntu-24.04
470470
needs:
471471
- setup
472472
- specs

.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)