Skip to content

Commit 221d0fe

Browse files
committed
chore(ci): Update hardcoded Xcode 16.2 references to 16.4
1 parent 63238e4 commit 221d0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: ./.github/actions/disk-cleanup
6262
if: ${{ matrix.platform == 'android' }}
6363

64-
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
64+
- run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
6565
if: ${{ matrix.platform == 'ios' }}
6666

6767
- run: npm i -g corepack

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2020
steps:
2121
- uses: actions/checkout@v6
22-
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
22+
- run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
2323
- uses: ruby/setup-ruby@v1
2424
with:
2525
working-directory: samples/react-native

0 commit comments

Comments
 (0)