From 20d0cfc0c78bb65e4f72be037cdd3a7d89866a66 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 7 Feb 2026 20:53:29 +0100 Subject: [PATCH] Use macos-26 runner for release workflow macos-latest (macos-15) doesn't have iOS 26 / tvOS 26 platform SDKs pre-installed, causing build failures. The macos-26 runner ships with the required SDKs. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95137f05..78b57c57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: # lane: ['mac beta', 'ios beta', 'tvos beta'] lane: ['ios beta', 'tvos beta'] name: Releasing ${{ matrix.lane }} version to TestFlight - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 @@ -54,7 +54,7 @@ jobs: if-no-files-found: ignore mac_notarized: name: Build and notarize macOS app - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1