From 35c38fc4e15ae82b8f61ea14aadd30b732a2a831 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:46:23 +0000 Subject: [PATCH] chore(deps): update dependency macos to v26 --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baf6547..36f57f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: merge-test-reports: needs: test-apple-platforms - runs-on: macos-15 + runs-on: macos-26 steps: - name: Download artifacts uses: actions/download-artifact@v8 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6056af6..60ac099 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ permissions: jobs: lint: name: lint - runs-on: macos-15 + runs-on: macos-26 steps: - uses: actions/checkout@v6 with: @@ -31,7 +31,7 @@ jobs: discover-typos: name: discover-typos - runs-on: macos-15 + runs-on: macos-26 env: DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer steps: