From bedca8087e719f5e2f4a0594c7cfba1f346c546a Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sat, 11 Oct 2025 17:56:04 +0200 Subject: [PATCH] chore: Update workflows to use macos 26 SDK, b=no-bug, c=workflows --- .github/workflows/macos-release-build.yml | 2 +- .github/workflows/macos-universal-release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-release-build.yml b/.github/workflows/macos-release-build.yml index 724133008..a4e5a48b5 100644 --- a/.github/workflows/macos-release-build.yml +++ b/.github/workflows/macos-release-build.yml @@ -26,7 +26,7 @@ on: jobs: mac-build: name: Build macOS - ${{ matrix.arch }} - runs-on: macos-15 + runs-on: macos-26 strategy: fail-fast: false diff --git a/.github/workflows/macos-universal-release-build.yml b/.github/workflows/macos-universal-release-build.yml index 933d9766f..a85824927 100644 --- a/.github/workflows/macos-universal-release-build.yml +++ b/.github/workflows/macos-universal-release-build.yml @@ -15,7 +15,7 @@ on: jobs: mac-build: name: Unify macOS (Universal) - runs-on: 'macos-15' + runs-on: 'macos-26' strategy: fail-fast: false