Skip to content

Commit

Permalink
Update iOS version and Xcode for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Oct 31, 2023
1 parent 8308996 commit 78127ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Swiftlint
run: swiftlint
- name: Set Xcode version
run: sudo xcode-select -s "/Applications/Xcode_15.0.app/Contents/Developer"
run: sudo xcode-select -s "/Applications/Xcode_15.0.1.app/Contents/Developer"
- name: Resolve dependencies
run: xcodebuild -resolvePackageDependencies
- name: Build and Run tests
run: xcodebuild -scheme BookPlayer test -testPlan Unit\ Tests -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.0'
run: xcodebuild -scheme BookPlayer test -testPlan Unit\ Tests -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.0.1'

0 comments on commit 78127ef

Please sign in to comment.