From e142cf0a4123484055654cc3801b8dd49caf1f0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:04:11 +0000 Subject: [PATCH] Update dependency macos to v15 --- .github/workflows/mac-apple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-apple.yml b/.github/workflows/mac-apple.yml index 908894c..abd1f79 100644 --- a/.github/workflows/mac-apple.yml +++ b/.github/workflows/mac-apple.yml @@ -8,7 +8,7 @@ name: 'Build: macOS (ARM64)' jobs: mac_aarch64: name: macOS (ARM64) - runs-on: macos-11 + runs-on: macos-15 steps: - name: Checkout codebase uses: actions/checkout@v3