From a62d4bc8c1e075943039d756af58c9a3c8cd8dc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 10:47:57 +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 90e0a9d..f5f5a05 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 f841943..06fef39 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: