Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 24, 2024
1 parent 9b351c6 commit 45d3c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: XCode Build
run: xcodebuild build
-configuration Debug
-workspace ios-voice-processor.xcworkspace
-project ios-voice-processor.xcodeproj
-sdk iphoneos
-scheme ios-voice-processor-Example
-destination "platform=iOS Simulator,name=iPhone 12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: XCode Build
run: xcodebuild test
-configuration Debug
-workspace ios-voice-processor.xcworkspace
-project ios-voice-processor.xcodeproj
-sdk iphoneos
-scheme ios-voice-processor-Example
-destination "platform=iOS Simulator,name=iPhone 15"
Expand Down

0 comments on commit 45d3c53

Please sign in to comment.