From 00346fa6a1646fe119a1f2815dc02b6769f3d58d Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Tue, 7 Jul 2026 12:37:42 +0300 Subject: [PATCH] ci: build ios release with macos 26 --- .github/workflows/mobile-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile-release.yml b/.github/workflows/mobile-release.yml index fe7e9cd9..27c92a12 100644 --- a/.github/workflows/mobile-release.yml +++ b/.github/workflows/mobile-release.yml @@ -132,7 +132,7 @@ jobs: ios-testflight: name: iOS TestFlight upload - runs-on: macos-15 + runs-on: macos-26 needs: resolve-version steps: - uses: actions/checkout@v4