Skip to content

Commit

Permalink
Apparently the -sdk parameter is necessary now
Browse files Browse the repository at this point in the history
  • Loading branch information
PimCoumans committed Apr 17, 2024
1 parent 2a6cedb commit 90121e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: xcodebuild build -scheme 'AnimationPlanner' -destination 'platform=iOS Simulator,name=iPhone 14 Pro'
run: xcodebuild build -scheme 'AnimationPlanner' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro'
- name: Run tests
run: xcodebuild test -scheme 'AnimationPlanner' -destination 'platform=iOS Simulator,name=iPhone 14 Pro'
run: xcodebuild test -scheme 'AnimationPlanner' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro'

0 comments on commit 90121e2

Please sign in to comment.