Skip to content

Commit 799174a

Browse files
committed
Always use stable XCode versions
1 parent 4311ec1 commit 799174a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
with:
4343
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
4444

45+
- name: Set up XCode
46+
if: runner.os == 'macOS'
47+
uses: maxim-lobanov/setup-xcode@v1
48+
with:
49+
xcode-version: latest-stable
50+
4551
- name: Build and run tests with Gradle
4652
run: |
4753
./gradlew --scan \

0 commit comments

Comments
 (0)