We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e6a21 commit 1d7ae00Copy full SHA for 1d7ae00
.github/workflows/testflight.yml
@@ -14,12 +14,12 @@ jobs:
14
15
upload_to_testflight:
16
name: Build and Upload React Native Sample to Testflight
17
- runs-on: macos-14
+ runs-on: macos-15
18
needs: [diff_check]
19
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
20
steps:
21
- uses: actions/checkout@v4
22
- - run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
+ - run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
23
- uses: ruby/setup-ruby@v1
24
with:
25
working-directory: samples/react-native
0 commit comments