Skip to content

Commit 2461142

Browse files
committed
Remove xcode version specification entirely
1 parent 5110816 commit 2461142

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ jobs:
3030
scheme:
3131
- TonicDemo (iOS)
3232
- TonicDemo (macOS)
33-
xcode_version:
34-
- '14.0' # swift 5.6
3533
steps:
3634
- name: Build Demo
3735
uses: AudioKit/ci/.github/actions/build-demo@main
3836
with:
3937
project: Demo/TonicDemo.xcodeproj
4038
scheme: ${{ matrix.scheme }}
41-
xcode_version: ${{ matrix.xcode_version }}
4239

4340
# Send notification to Discord on failure.
4441
send_notification:

0 commit comments

Comments
 (0)