Skip to content

Commit bd3636f

Browse files
authored
Update iPhone version
1 parent 7bebdcc commit bd3636f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Build
20-
run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 14"
20+
run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 16"
2121
- name: Run tests
22-
run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 14" test
22+
run: xcodebuild -scheme SoundpipeAudioKit -destination "platform=iOS Simulator,name=iPhone 16" test

0 commit comments

Comments
 (0)