Skip to content

Commit 7920e7f

Browse files
committed
Test with xcode 16.2
1 parent 4f34583 commit 7920e7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sample-application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
build-type: ['dev', 'production']
4444
include:
4545
- platform: ios
46+
xcode-version: '16.2'
4647
runs-on: macos-14
4748
- platform: macos
4849
runs-on: macos-15
@@ -84,6 +85,9 @@ jobs:
8485
- name: Gradle cache
8586
uses: gradle/gradle-build-action@v3
8687

88+
- run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
89+
if: ${{ matrix.platform == 'ios' }}
90+
8791
- name: Setup Global Xcode Tools
8892
if: ${{ matrix.platform == 'ios' }}
8993
run: which xcbeautify || brew install xcbeautify

0 commit comments

Comments
 (0)