From f004220fa69822d99106ae181b08c89fe897ebbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:05:21 +0000 Subject: [PATCH] chore(deps): update dependency macos to v15 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d6ad90..0395447 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -221,7 +221,7 @@ jobs: name: Package macOS universal binary needs: [release, build] if: needs.release.outputs.published == 'true' || github.event_name == 'workflow_dispatch' - runs-on: macos-14 + runs-on: macos-15 timeout-minutes: 15 steps: - uses: actions/checkout@v4