From 1a143135351f603c10ea08bfa993eea90db3708a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:56:42 +0200 Subject: [PATCH] chore(deps): update dependency macos to v14 (#3911) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../algoliasearch-client-kotlin/.github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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