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 7e9a3c5 commit 3f5241fCopy full SHA for 3f5241f
.github/workflows/sample-application-expo.yml
@@ -35,6 +35,7 @@ jobs:
35
build-type: ['dev', 'production']
36
include:
37
- platform: ios
38
+ xcode-version: '16.2'
39
runs-on: macos-14
40
- platform: android
41
runs-on: ubuntu-latest
@@ -70,6 +71,9 @@ jobs:
70
71
- name: Gradle cache
72
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
73
74
+ - run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
75
+ if: ${{ matrix.platform == 'ios' }}
76
+
77
- name: Setup Global Xcode Tools
78
if: ${{ matrix.platform == 'ios' }}
79
run: which xcbeautify || brew install xcbeautify
0 commit comments