Skip to content

Commit 25d8d51

Browse files
Merge 03a4f93 into f3d291a
2 parents f3d291a + 03a4f93 commit 25d8d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422

423423
kotlin_build_macos:
424424
timeout-minutes: 15
425-
runs-on: macos-14
425+
runs-on: macos-15
426426
needs:
427427
- setup
428428
- specs

clients/algoliasearch-client-kotlin/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010
name: Publish to Maven Central
11-
runs-on: macos-14
11+
runs-on: macos-15
1212
if: "startsWith(github.event.head_commit.message, 'chore: release')"
1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)