We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6510ca commit 4d3c1dbCopy full SHA for 4d3c1db
.github/workflows/validate.yml
@@ -13,17 +13,14 @@ jobs:
13
runs-on: blaze/macos-14
14
strategy:
15
matrix:
16
- target: [macos, iOS]
+ target: [macos]
17
include:
18
- - target: iOS
19
- destination: '-destination "platform=iOS Simulator,name=iPhone 15 Pro"'
20
- target: macos
21
destination: '-destination "platform=macOS,name=Any Mac"'
22
steps:
23
- name: Checkout Repo
24
uses: actions/checkout@v4
25
- name: Run Tests
26
- if: matrix.target == 'macos' # Skip iOS until we can get them to run reliably
27
run: xcodebuild test -scheme SwiftAudioEx ${{ matrix.destination }} -enableCodeCoverage YES
28
- name: Upload coverage to Codecov
29
if: matrix.target == 'macos'
0 commit comments