From 03a4f9324d17f94a9bc9c4d955c677447202a6e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:50:34 +0000 Subject: [PATCH] chore(deps): update dependency macos to v15 --- .github/workflows/check.yml | 2 +- .../algoliasearch-client-kotlin/.github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4f6c925a8f2..204012824dd 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -422,7 +422,7 @@ jobs: kotlin_build_macos: timeout-minutes: 15 - runs-on: macos-14 + runs-on: macos-15 needs: - setup - specs diff --git a/clients/algoliasearch-client-kotlin/.github/workflows/release.yml b/clients/algoliasearch-client-kotlin/.github/workflows/release.yml index 3f28003dbe8..53fe459fed8 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 Maven Central - runs-on: macos-14 + runs-on: macos-15 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - name: Checkout