Skip to content

Commit 1d7ae00

Browse files
ci(testflight): Upgrade to macos-15 and Xcode 16.2 (#4601)
1 parent 10e6a21 commit 1d7ae00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
upload_to_testflight:
1616
name: Build and Upload React Native Sample to Testflight
17-
runs-on: macos-14
17+
runs-on: macos-15
1818
needs: [diff_check]
1919
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2020
steps:
2121
- uses: actions/checkout@v4
22-
- run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
22+
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
2323
- uses: ruby/setup-ruby@v1
2424
with:
2525
working-directory: samples/react-native

0 commit comments

Comments
 (0)