diff --git a/.github/workflows/integ_test_logging.yml b/.github/workflows/integ_test_logging.yml index b745f3d142..5ed7682a86 100644 --- a/.github/workflows/integ_test_logging.yml +++ b/.github/workflows/integ_test_logging.yml @@ -36,6 +36,7 @@ jobs: logging-integration-test-tvOS: runs-on: macos-13 environment: IntegrationTest + needs: logging-integration-test-iOS steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -64,6 +65,7 @@ jobs: logging-integration-test-watchOS: runs-on: macos-13 environment: IntegrationTest + needs: [logging-integration-test-iOS, logging-integration-test-tvOS] steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -85,6 +87,6 @@ jobs: with: project_path: ./AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginHostApp scheme: AWSCloudWatchLoggingPluginIntegrationTestsWatch - destination: platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=latest + destination: platform=watchOS Simulator,name=Apple Watch Series 9 (45mm),OS=latest sdk: watchsimulator xcode_path: '/Applications/Xcode_14.3.app' diff --git a/AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginHostApp/CloudWatchLoggingHostApp.xcodeproj/project.pbxproj b/AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginHostApp/CloudWatchLoggingHostApp.xcodeproj/project.pbxproj index 40e4a24774..066f1c118a 100644 --- a/AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginHostApp/CloudWatchLoggingHostApp.xcodeproj/project.pbxproj +++ b/AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginHostApp/CloudWatchLoggingHostApp.xcodeproj/project.pbxproj @@ -457,7 +457,7 @@ SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 4; - WATCHOS_DEPLOYMENT_TARGET = 9.4; + WATCHOS_DEPLOYMENT_TARGET = 10.0; }; name = Debug; }; @@ -489,7 +489,7 @@ SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 4; - WATCHOS_DEPLOYMENT_TARGET = 9.4; + WATCHOS_DEPLOYMENT_TARGET = 10.0; }; name = Release; }; @@ -511,7 +511,7 @@ SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 4; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CloudWatchLoggingWatchApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/CloudWatchLoggingWatchApp"; - WATCHOS_DEPLOYMENT_TARGET = 9.4; + WATCHOS_DEPLOYMENT_TARGET = 10.0; }; name = Debug; }; @@ -533,7 +533,7 @@ SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 4; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CloudWatchLoggingWatchApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/CloudWatchLoggingWatchApp"; - WATCHOS_DEPLOYMENT_TARGET = 9.4; + WATCHOS_DEPLOYMENT_TARGET = 10.0; }; name = Release; };