From 4e4f57e069dbb57ab2c2e1973e7b2611163717aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:38:18 +0000 Subject: [PATCH] Update dependency macos to v15 --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 37d3283..9dd57ee 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -10,7 +10,7 @@ on: branches: "*" jobs: build: - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v5 - name: Install swiftlint