From 36d5cb59895c0b10ceb7c9f98d7df5a7eb2daf09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:04:06 +0000 Subject: [PATCH] chore(deps): update dependency macos to v26 --- .github/workflows/release.yml | 2 +- .github/workflows/test-ghostty.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9f5a4f3..30e040f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: build: needs: release-please if: ${{ needs.release-please.outputs.release_created }} - runs-on: macos-15 + runs-on: macos-26 permissions: contents: write actions: write diff --git a/.github/workflows/test-ghostty.yml b/.github/workflows/test-ghostty.yml index f841943a..06fef391 100644 --- a/.github/workflows/test-ghostty.yml +++ b/.github/workflows/test-ghostty.yml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: macos-15 + runs-on: macos-26 steps: - uses: actions/checkout@v6 with: