From 0d646f97d851ba907efd82e9981ae4de9afc38ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:50:48 +0000 Subject: [PATCH] Update dependency macos to v15 --- .github/workflows/ci-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 20dafda..27a72c6 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -8,7 +8,7 @@ on: jobs: macos-test-build-release-xcode: - runs-on: macos-13 + runs-on: macos-15 strategy: matrix: xcode: ["14.3.1", "15.0"]