Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Oct 2, 2024
1 parent d668cba commit 805ddd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:
# https://github.com/actions/runner-images/tree/main/images/macos
runs-on: macos-14
runs-on: macos-15

steps:
- uses: actions/checkout@v4
# We only use Xcode 15.4
# We only use Xcode 16.0
- name: Remove unused applications
run: |
df -hI /dev/disk3s1s1
Expand All @@ -26,8 +26,8 @@ jobs:
- name: Create Debug.xcconfig
run: cp ./BuildConfiguration/Debug.template.xcconfig ./BuildConfiguration/Debug.xcconfig
- name: Set Xcode version
run: sudo xcode-select -s "/Applications/Xcode_15.4.app/Contents/Developer"
run: sudo xcode-select -s "/Applications/Xcode_16.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.5'
run: xcodebuild -scheme BookPlayer test -testPlan Unit\ Tests -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0'

0 comments on commit 805ddd9

Please sign in to comment.