Skip to content

Commit 7c5ed83

Browse files
itaybreclaude
andcommitted
chore(ci): Try macos-26-xlarge runners for testflight and size-analysis
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1f88fef commit 7c5ed83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/size-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
ios:
9393
needs: [ready-to-merge-gate]
9494
name: iOS Size Analysis
95-
runs-on: macos-26
95+
runs-on: macos-26-xlarge
9696
timeout-minutes: 45
9797

9898
steps:

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
upload_to_testflight:
1616
name: Build and Upload React Native Sample to Testflight
17-
runs-on: macos-26
17+
runs-on: macos-26-xlarge
1818
needs: [diff_check]
1919
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2020
steps:

0 commit comments

Comments
 (0)