Skip to content

Commit 1b03cf6

Browse files
committed
Remove Xcode version spec from CI
1 parent 124e222 commit 1b03cf6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
with:
1515
scheme: Keyboard
1616
platforms: iOS macOS
17-
swift-versions: 5.7
1817

1918
build_demo:
2019
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
@@ -29,9 +28,7 @@ jobs:
2928
scheme:
3029
- KeyboardDemo (iOS)
3130
- KeyboardDemo (macOS)
32-
xcode_version:
33-
- latest
34-
steps:
31+
\ steps:
3532
- name: Build Demo
3633
uses: AudioKit/ci/.github/actions/build-demo@main
3734
with:

0 commit comments

Comments
 (0)