From b00555025a60037fd64497ebe02d2f4c74fe0d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:52:47 +0000 Subject: [PATCH] Update dependency macos to v26 --- .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 fd6ac67..f9aaf6c 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -10,7 +10,7 @@ on: branches: "*" jobs: build: - runs-on: macos-15 + runs-on: macos-26 steps: - uses: actions/checkout@v6 - name: Install swiftlint