From 31e6e4960f3ce4bbed6498e14a97bb1d854ca3a6 Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:15:16 -0500 Subject: [PATCH] Updating Xcode and OS versions --- .../get_platform_parameters/action.yml | 12 ++++++------ .github/workflows/integ_test_push_notifications.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/composite_actions/get_platform_parameters/action.yml b/.github/composite_actions/get_platform_parameters/action.yml index c7e2ffdeda..a05fa624a6 100644 --- a/.github/composite_actions/get_platform_parameters/action.yml +++ b/.github/composite_actions/get_platform_parameters/action.yml @@ -41,7 +41,7 @@ runs: - id: get-xcode-version run: | - LATEST_XCODE_VERSION=16.0.0 + LATEST_XCODE_VERSION=16.2.0 MINIMUM_XCODE_VERSION=15.0.1 INPUT_XCODE_VERSION=${{ inputs.xcode_version }} @@ -67,11 +67,11 @@ runs: case $INPUT_PLATFORM/$INPUT_XCODE_VERSION in iOS/latest) DEVICE="iPhone 16" - OS_VERSION="18.0" + OS_VERSION="18.2" ;; iOS/*) - DEVICE="iPhone 14" - OS_VERSION="17.0.1" + DEVICE="iPhone 15" + OS_VERSION="17.0" ;; tvOS/latest) DEVICE="Apple TV 4K (3rd generation)" @@ -86,12 +86,12 @@ runs: OS_VERSION="11.0" ;; watchOS/*) - DEVICE="Apple Watch Series 8 (45mm)" + DEVICE="Apple Watch Series 7 (45mm)" OS_VERSION="10.0" ;; visionOS/latest) DEVICE="Apple Vision Pro" - OS_VERSION="2.0" + OS_VERSION="2.2" ;; visionOS/*) DEVICE="Apple Vision Pro" diff --git a/.github/workflows/integ_test_push_notifications.yml b/.github/workflows/integ_test_push_notifications.yml index 89cfa8d756..11c2166430 100644 --- a/.github/workflows/integ_test_push_notifications.yml +++ b/.github/workflows/integ_test_push_notifications.yml @@ -26,7 +26,7 @@ permissions: jobs: push-notification-integration-tests: name: ${{ matrix.platform }} Tests | PushNotificationHostApp - runs-on: macos-latest + runs-on: macos-15 timeout-minutes: 30 environment: IntegrationTest strategy: