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 4f34583 commit 7920e7fCopy full SHA for 7920e7f
.github/workflows/sample-application.yml
@@ -43,6 +43,7 @@ jobs:
43
build-type: ['dev', 'production']
44
include:
45
- platform: ios
46
+ xcode-version: '16.2'
47
runs-on: macos-14
48
- platform: macos
49
runs-on: macos-15
@@ -84,6 +85,9 @@ jobs:
84
85
- name: Gradle cache
86
uses: gradle/gradle-build-action@v3
87
88
+ - run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
89
+ if: ${{ matrix.platform == 'ios' }}
90
+
91
- name: Setup Global Xcode Tools
92
if: ${{ matrix.platform == 'ios' }}
93
run: which xcbeautify || brew install xcbeautify
0 commit comments