diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 639eef886ca..5fe46bf3cb8 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 12030da2a41..08f175b2879 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 da75bf10ed0..e5dd9beae34 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 Maven Central - 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 c36070cbd7b..bc8c2c4a411 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 837e3430f4a..81f630a7ef5 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 4394a304cfa..ce94f343eb2 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 Maven Central - 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