Skip to content

Commit 4d3c1db

Browse files
committed
chore(ci): Remove ios matrix for now
1 parent b6510ca commit 4d3c1db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ jobs:
1313
runs-on: blaze/macos-14
1414
strategy:
1515
matrix:
16-
target: [macos, iOS]
16+
target: [macos]
1717
include:
18-
- target: iOS
19-
destination: '-destination "platform=iOS Simulator,name=iPhone 15 Pro"'
2018
- target: macos
2119
destination: '-destination "platform=macOS,name=Any Mac"'
2220
steps:
2321
- name: Checkout Repo
2422
uses: actions/checkout@v4
2523
- name: Run Tests
26-
if: matrix.target == 'macos' # Skip iOS until we can get them to run reliably
2724
run: xcodebuild test -scheme SwiftAudioEx ${{ matrix.destination }} -enableCodeCoverage YES
2825
- name: Upload coverage to Codecov
2926
if: matrix.target == 'macos'

0 commit comments

Comments
 (0)