Skip to content

Commit

Permalink
Remove xcode version specification entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 23, 2024
1 parent 5110816 commit 2461142
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ jobs:
scheme:
- TonicDemo (iOS)
- TonicDemo (macOS)
xcode_version:
- '14.0' # swift 5.6
steps:
- name: Build Demo
uses: AudioKit/ci/.github/actions/build-demo@main
with:
project: Demo/TonicDemo.xcodeproj
scheme: ${{ matrix.scheme }}
xcode_version: ${{ matrix.xcode_version }}

# Send notification to Discord on failure.
send_notification:
Expand Down

0 comments on commit 2461142

Please sign in to comment.