From 0a7b30d1b3b85929d1e88a4e432e6707554fd212 Mon Sep 17 00:00:00 2001 From: Steffan Andrews Date: Wed, 8 May 2024 15:21:44 -0700 Subject: [PATCH] Resolved CI issue on Xcode 15 for watchOS testing --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88918d2..2212a77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,9 +79,9 @@ 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 Simulator Device" + run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftRadix-CI" -destination "generic/platform=watchOS Simulator,name=Any watchOS Device" - name: Apple Watch - Unit Tests - run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftRadix-CI" -destination "platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)" + run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "SwiftRadix-CI" -destination "platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)" # xcodebuild test reference: