Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- antonis/tesflight-sample-xcode-version

pull_request:
paths:
Expand All @@ -14,12 +15,14 @@ jobs:

upload_to_testflight:
name: Build and Upload React Native Sample to Testflight
runs-on: macos-15
runs-on: macos-26
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- run: sudo xcode-select -s /Applications/Xcode_26.1.1.app/Contents/Developer
- name: Clean MetalToolchain to fix Swift compatibility libraries
run: sudo rm -rf /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain*/Metal.xctoolchain
- uses: ruby/setup-ruby@v1
with:
working-directory: samples/react-native
Expand Down
Loading