diff --git a/clients/algoliasearch-client-kotlin/.github/workflows/release.yml b/clients/algoliasearch-client-kotlin/.github/workflows/release.yml index a3fb2ab9e4..c6cd18c2c0 100644 --- a/clients/algoliasearch-client-kotlin/.github/workflows/release.yml +++ b/clients/algoliasearch-client-kotlin/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: publish: name: Publish to Sonatype - runs-on: macos-13 + runs-on: macos-14 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - name: Checkout