From 04727b350c600c08f13c5eaf82ffea37383571e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:31:52 +0000 Subject: [PATCH] Update dependency macos to v26 --- .github/workflows/c-cpp-build-template.yml | 2 +- .github/workflows/c-cpp-release-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp-build-template.yml b/.github/workflows/c-cpp-build-template.yml index eb33a1dd..5bfdd491 100644 --- a/.github/workflows/c-cpp-build-template.yml +++ b/.github/workflows/c-cpp-build-template.yml @@ -95,7 +95,7 @@ jobs: name: linux-dist path: "${{ inputs.working-directory }}/dist/*.tar.gz" c-cpp-macos-build-template: - runs-on: macos-15 + runs-on: macos-26 steps: - name: Checkout repository uses: actions/checkout@v6 diff --git a/.github/workflows/c-cpp-release-template.yml b/.github/workflows/c-cpp-release-template.yml index dfdcb48d..f2ff0c4e 100644 --- a/.github/workflows/c-cpp-release-template.yml +++ b/.github/workflows/c-cpp-release-template.yml @@ -88,7 +88,7 @@ jobs: mv "${src}" dist/ mv "${bin}" "dist/${safe_name}-${safe_version}-linux.tar.gz" c-cpp-macos-build-template: - runs-on: macos-15 + runs-on: macos-26 steps: - name: Checkout repository uses: actions/checkout@v6