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 c2195af commit 562c7f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
with:
scheme: Flow
platforms: iOS macOS
swift-versions: 5.5 5.6

# Build the demo projects.
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:
# Setting 'fail-fast' to 'true' implies the build will fail the first time it encounters an error.
Expand All @@ -31,9 +29,6 @@ jobs:
scheme:
- FlowDemo (iOS)
- FlowDemo (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 562c7f3

Please sign in to comment.