Skip to content

Commit

Permalink
Remove version specification from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 23, 2024
1 parent 4dd1037 commit 70e9e17
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
with:
scheme: Controls
platforms: iOS macOS
swift-versions: 5.5 5.6

build_demo:
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
# NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
# Source: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
runs-on: macos-12
needs: [swift_test]
strategy:
# Disabling fail-fast ensures that the job will run all configurations of the matrix, even if one fails.
Expand All @@ -29,9 +25,6 @@ jobs:
scheme:
- ControlsDemo (iOS)
- ControlsDemo (macOS)
xcode_version:
- '13.2' # swift 5.5
- '13.4' # swift 5.6
steps:
- name: Build Demo
uses: AudioKit/ci/.github/actions/build-demo@main
Expand Down

0 comments on commit 70e9e17

Please sign in to comment.