Skip to content

Commit

Permalink
Use Xcode 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimar committed Oct 11, 2023
1 parent 44ca5fc commit 2a3a86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_15.0.0.app
- name: Build and test
run: xcodebuild clean test -project KIImagePager.xcodeproj -scheme KIImagePager -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
env:
Expand Down

0 comments on commit 2a3a86c

Please sign in to comment.