Skip to content

Commit

Permalink
Remove Xcode version spec from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 23, 2024
1 parent 124e222 commit 1b03cf6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
scheme: Keyboard
platforms: iOS macOS
swift-versions: 5.7

build_demo:
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
Expand All @@ -29,9 +28,7 @@ jobs:
scheme:
- KeyboardDemo (iOS)
- KeyboardDemo (macOS)
xcode_version:
- latest
steps:
\ steps:
- name: Build Demo
uses: AudioKit/ci/.github/actions/build-demo@main
with:
Expand Down

0 comments on commit 1b03cf6

Please sign in to comment.