Skip to content

Commit

Permalink
chore(ci): Remove ios matrix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Apr 11, 2024
1 parent b6510ca commit 4d3c1db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ jobs:
runs-on: blaze/macos-14
strategy:
matrix:
target: [macos, iOS]
target: [macos]
include:
- target: iOS
destination: '-destination "platform=iOS Simulator,name=iPhone 15 Pro"'
- target: macos
destination: '-destination "platform=macOS,name=Any Mac"'
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run Tests
if: matrix.target == 'macos' # Skip iOS until we can get them to run reliably
run: xcodebuild test -scheme SwiftAudioEx ${{ matrix.destination }} -enableCodeCoverage YES
- name: Upload coverage to Codecov
if: matrix.target == 'macos'
Expand Down

0 comments on commit 4d3c1db

Please sign in to comment.