Skip to content

Commit

Permalink
build(ci): try to use xCode 15
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <[email protected]>
  • Loading branch information
hamada147 committed Dec 7, 2023
1 parent 647aa3a commit c50b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
if: matrix.os-type == 'macos'
with:
xcode-version: latest-stable
xcode-version: '15.0.1'

- name: "Test Kotlin code is properly formatted"
run: ./gradlew ktlintCheck
Expand Down

0 comments on commit c50b119

Please sign in to comment.