diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 824c8be125f..fba8b5cc293 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -466,7 +466,7 @@ jobs: swift_build_linux: timeout-minutes: 10 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - setup - specs diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index ea656781c2b..579fa27b0bb 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -6,7 +6,7 @@ on: jobs: cleanup: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 permissions: pull-requests: write diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 5ca5bbb117a..977a5bdd57a 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -6,7 +6,7 @@ on: jobs: setup: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/push-to-repository.yml b/.github/workflows/push-to-repository.yml index c8cbffeed6f..8d5869e257d 100644 --- a/.github/workflows/push-to-repository.yml +++ b/.github/workflows/push-to-repository.yml @@ -14,7 +14,7 @@ on: jobs: push: name: Push generated files to the given repository - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/scheduled-release.yml b/.github/workflows/scheduled-release.yml index 5c9019d607e..bf8f392a6da 100644 --- a/.github/workflows/scheduled-release.yml +++ b/.github/workflows/scheduled-release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Scheduled Release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: diff --git a/clients/algoliasearch-client-csharp/.github/workflows/release.yml b/clients/algoliasearch-client-csharp/.github/workflows/release.yml index b94afb87ceb..4ce71f57805 100644 --- a/clients/algoliasearch-client-csharp/.github/workflows/release.yml +++ b/clients/algoliasearch-client-csharp/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Publish - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - uses: actions/checkout@v4 diff --git a/clients/algoliasearch-client-java/.github/workflows/release.yml b/clients/algoliasearch-client-java/.github/workflows/release.yml index 30ca982db68..cefbc13d445 100644 --- a/clients/algoliasearch-client-java/.github/workflows/release.yml +++ b/clients/algoliasearch-client-java/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Publish to Sonatype - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - name: Checkout diff --git a/clients/algoliasearch-client-javascript/.github/workflows/release.yml b/clients/algoliasearch-client-javascript/.github/workflows/release.yml index 3a566c333a7..23a533ef417 100644 --- a/clients/algoliasearch-client-javascript/.github/workflows/release.yml +++ b/clients/algoliasearch-client-javascript/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Publish - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - uses: actions/checkout@v4 diff --git a/clients/algoliasearch-client-python/.github/workflows/release.yml b/clients/algoliasearch-client-python/.github/workflows/release.yml index 0f5fb371505..49ee172eef1 100644 --- a/clients/algoliasearch-client-python/.github/workflows/release.yml +++ b/clients/algoliasearch-client-python/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Publish - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" environment: name: pypi diff --git a/clients/algoliasearch-client-ruby/.github/workflows/release.yml b/clients/algoliasearch-client-ruby/.github/workflows/release.yml index 08f1b3e3a11..0dc496ffe6f 100644 --- a/clients/algoliasearch-client-ruby/.github/workflows/release.yml +++ b/clients/algoliasearch-client-ruby/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: jobs: release: name: Publish - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" permissions: id-token: write diff --git a/clients/algoliasearch-client-scala/.github/workflows/release.yml b/clients/algoliasearch-client-scala/.github/workflows/release.yml index 276172af951..c61faf0b262 100644 --- a/clients/algoliasearch-client-scala/.github/workflows/release.yml +++ b/clients/algoliasearch-client-scala/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Publish to Sonatype - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - name: Checkout diff --git a/clients/algoliasearch-client-swift/.github/workflows/release.yml b/clients/algoliasearch-client-swift/.github/workflows/release.yml index 18f8c4906a0..4614ad598a6 100644 --- a/clients/algoliasearch-client-swift/.github/workflows/release.yml +++ b/clients/algoliasearch-client-swift/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Publish - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - uses: actions/checkout@v4