From a10c4f4ae29980a1e987f4b845cf4a9beab24c7a Mon Sep 17 00:00:00 2001 From: Harshdeep Singh <6162866+harsh62@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:40:08 -0400 Subject: [PATCH] chore: update logging integration test --- .github/workflows/integ_test_logging.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integ_test_logging.yml b/.github/workflows/integ_test_logging.yml index f2b4987433..030f030710 100644 --- a/.github/workflows/integ_test_logging.yml +++ b/.github/workflows/integ_test_logging.yml @@ -40,7 +40,5 @@ jobs: platform: ${{ matrix.platform }} project_path: ./AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginHostApp resource_subfolder: logging - xcode_version: ${{ matrix.platform == 'watchOS' && '15.0' || 'latest' }} - destination: ${{ matrix.platform == 'watchOS' && 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=10.2' || '' }} timeout-minutes: 60 secrets: inherit