Skip to content

Commit 3f5241f

Browse files
committed
Set specific xcode version for expo (see expo/expo#36830)
1 parent 7e9a3c5 commit 3f5241f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sample-application-expo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
build-type: ['dev', 'production']
3636
include:
3737
- platform: ios
38+
xcode-version: '16.2'
3839
runs-on: macos-14
3940
- platform: android
4041
runs-on: ubuntu-latest
@@ -70,6 +71,9 @@ jobs:
7071
- name: Gradle cache
7172
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
7273

74+
- run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
75+
if: ${{ matrix.platform == 'ios' }}
76+
7377
- name: Setup Global Xcode Tools
7478
if: ${{ matrix.platform == 'ios' }}
7579
run: which xcbeautify || brew install xcbeautify

0 commit comments

Comments
 (0)