From 4533560b2bfcdbeb0ce453a8691a0955f63e3073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:59:22 +0000 Subject: [PATCH] chore(deps): update dependency macos to v15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80d8718..5ad7f5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: test: name: Test - runs-on: macos-14 + runs-on: macos-15 steps: - name: Checkout