Skip to content

Commit

Permalink
WatchOS did fallback to a macos build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Feb 2, 2024
1 parent 64fd351 commit fa961c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziFoundation
resultBundle: SpeziFoundationWatchOS.xcresult
destination: 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)'
destination: 'platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)'
artifactname: SpeziFoundationWatchOS.xcresult
packagevisionos:
name: Build and Test Swift Package visionOS
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
needs: [packageios, packagewatchos, packagevisionos]
uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
with:
coveragereports: SpeziFoundation.xcresult SpeziFoundationWatchOS.xcresult SpeziFoundationVisionOS.xcresult SpeziFoundationTvOS.xcresult.xcresult SpeziFoundationMacOS.xcresult
coveragereports: SpeziFoundation.xcresult SpeziFoundationWatchOS.xcresult SpeziFoundationVisionOS.xcresult SpeziFoundationTvOS.xcresult SpeziFoundationMacOS.xcresult

0 comments on commit fa961c7

Please sign in to comment.