Skip to content

Commit

Permalink
scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Feb 13, 2024
1 parent 04b3cb1 commit 3c9e7a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziFoundation
scheme: XCTRuntimeAssertions
destination: 'platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)'
resultBundle: XCTRuntimeAssertions-watchOS.xcresult
artifactname: XCTRuntimeAssertions-watchOS.xcresult
Expand All @@ -38,7 +38,7 @@ jobs:
with:
runsonlabels: '["macOS", "self-hosted"]'
xcodeversion: latest
scheme: SpeziFoundation
scheme: XCTRuntimeAssertions
destination: 'platform=visionOS Simulator,name=Apple Vision Pro'
resultBundle: XCTRuntimeAssertions-visionOS.xcresult
artifactname: XCTRuntimeAssertions-visionOS.xcresult
Expand All @@ -48,7 +48,7 @@ jobs:
with:
runsonlabels: '["macOS", "self-hosted"]'
xcodeversion: latest
scheme: SpeziFoundation
scheme: XCTRuntimeAssertions
destination: 'platform=tvOS Simulator,name=Apple TV 4K (3rd generation)'
resultBundle: XCTRuntimeAssertions-tvOS.xcresult
artifactname: XCTRuntimeAssertions-tvOS.xcresult
Expand All @@ -58,7 +58,7 @@ jobs:
with:
runsonlabels: '["macOS", "self-hosted"]'
xcodeversion: latest
scheme: SpeziFoundation
scheme: XCTRuntimeAssertions
destination: 'platform=macOS,arch=arm64'
resultBundle: XCTRuntimeAssertions-macOS.xcresult
artifactname: XCTRuntimeAssertions-macOS.xcresult
Expand Down

0 comments on commit 3c9e7a4

Please sign in to comment.