We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bebdcc commit bd3636fCopy full SHA for bd3636f
.github/workflows/swift.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Build
20
- run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 14"
+ run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 16"
21
- name: Run tests
22
- run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 14" test
+ run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 16" test
0 commit comments