From 2f6191306ae3b7801cc056ac786a73d559490345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:31:50 +0000 Subject: [PATCH] chore(deps): update dependency macos to v15 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c6b15..ff98b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: merge-test-reports: needs: test-apple-platforms - runs-on: macos-13 + runs-on: macos-15 steps: - name: Download artifacts uses: actions/download-artifact@v6 @@ -115,7 +115,7 @@ jobs: discover-typos: name: Discover Typos - runs-on: macos-13 + runs-on: macos-15 env: DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer steps: