From 9972594e9992657ed0d940a80c07b4a6c1669b58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 09:58:28 +0000 Subject: [PATCH] chore(deps): update dependency macos to v26 --- .github/workflows/flare-ui.yml | 2 +- .github/workflows/flare.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flare-ui.yml b/.github/workflows/flare-ui.yml index bd694a90c..73d58ee37 100644 --- a/.github/workflows/flare-ui.yml +++ b/.github/workflows/flare-ui.yml @@ -131,7 +131,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@v7 diff --git a/.github/workflows/flare.yml b/.github/workflows/flare.yml index c0cef1778..28a0989b2 100644 --- a/.github/workflows/flare.yml +++ b/.github/workflows/flare.yml @@ -100,7 +100,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@v7 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cbda74609..32b6f4459 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@v7 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: