File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ - alwx/ci/macos-tahoe-cl-runners
67
78 pull_request :
89 paths :
1415
1516 upload_to_testflight :
1617 name : Build and Upload React Native Sample to Testflight
17- runs-on : ["ghcr.io/cirruslabs/macos-sequoia -xcode:16.4 ", "runner_group_id:12"]
18+ runs-on : ["ghcr.io/cirruslabs/macos-tahoe -xcode:26.2.0 ", "runner_group_id:12"]
1819 needs : [diff_check]
1920 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2021 steps :
6263 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
6364 SENTRY_LOG_LEVEL : DEBUG
6465 SENTRY_CLI_EXTRA_ARGS : " --force-foreground"
66+ # Fix for Xcode 26+ with MetalToolchain: use default Xcode toolchain to avoid
67+ # missing Swift compatibility libraries (swiftCompatibility56, etc.)
68+ # See: https://github.com/actions/runner-images/issues/13135
69+ TOOLCHAINS : com.apple.dt.toolchain.XcodeDefault
6570 run : |
6671 bundle exec fastlane ios build_react_native_sample
6772 bundle exec fastlane ios upload_react_native_sample_to_testflight
You can’t perform that action at this time.
0 commit comments