From a28c3b91f80ba0800373d7212688c2b3962fa872 Mon Sep 17 00:00:00 2001 From: decfox Date: Tue, 10 Feb 2026 12:45:44 +0530 Subject: [PATCH 1/2] debug: try using macos-14 for ios mobile builds --- .github/workflows/ios.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 133d4a354..49da88a08 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -7,6 +7,7 @@ on: - "release/**" - "fullbuild" - "iosbuild" + - "chore/macos-version" tags: - "v*" schedule: @@ -14,7 +15,7 @@ on: jobs: build_ios_mobile: - runs-on: macos-15 + runs-on: macos-14 steps: - uses: actions/checkout@v4 with: From 94265c3b0eb966094e25fe113c269e7a6d03f639 Mon Sep 17 00:00:00 2001 From: decfox Date: Tue, 10 Feb 2026 12:47:41 +0530 Subject: [PATCH 2/2] fix: remove extra imposition on xcode version --- .github/workflows/ios.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 49da88a08..5a5809fd6 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -7,7 +7,6 @@ on: - "release/**" - "fullbuild" - "iosbuild" - - "chore/macos-version" tags: - "v*" schedule: @@ -29,11 +28,6 @@ jobs: go-version: "${{ steps.goversion.outputs.version }}" cache-key-suffix: "-ios-${{ steps.goversion.outputs.version }}" - - name: Select Xcode 15.2 - run: | - sudo xcode-select -s /Applications/Xcode_15.2.app - xcodebuild -version - # ./internal/cmd/buildtool needs coreutils for sha256 plus GNU build tools - run: brew install autoconf automake coreutils libtool