Skip to content

Commit

Permalink
Resolved CI issue on Xcode 15 for watchOS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed May 8, 2024
1 parent b95f965 commit c9ac1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Apple Watch - Build
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftRadix-CI" -destination "generic/platform=watchOS Simulator,name=Any watchOS Device" | xcpretty && exit ${PIPESTATUS[0]}
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftRadix-CI" -destination "generic/platform=watchOS,name=Any watchOS Device" | xcpretty && exit ${PIPESTATUS[0]}
- name: Apple Watch - Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftRadix-CI" -destination "platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)" | xcpretty && exit ${PIPESTATUS[0]}

Expand Down

0 comments on commit c9ac1d4

Please sign in to comment.