Skip to content

Commit

Permalink
ci(testflight): Upgrade to macos-15 and Xcode 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Feb 26, 2025
1 parent 397a69c commit 1875032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

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

0 comments on commit 1875032

Please sign in to comment.