diff --git a/.github/composite_actions/get_platform_parameters/action.yml b/.github/composite_actions/get_platform_parameters/action.yml index 7233ba2649..8fd4ecc98e 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=15.4.0 + LATEST_XCODE_VERSION=16.0.0 MINIMUM_XCODE_VERSION=15.0.1 INPUT_XCODE_VERSION=${{ inputs.xcode_version }} @@ -95,7 +95,7 @@ runs: ;; visionOS/*) DEVICE="Apple Vision Pro" - OS_VERSION="1.0" + OS_VERSION="2.0" ;; esac diff --git a/.github/workflows/build_scheme.yml b/.github/workflows/build_scheme.yml index df802858ee..f4540f5b59 100644 --- a/.github/workflows/build_scheme.yml +++ b/.github/workflows/build_scheme.yml @@ -16,7 +16,7 @@ on: os-runner: type: string - default: 'macos-latest' + default: 'macos-15' save_build_cache: type: boolean diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index cf7e5d57df..af7296cbf6 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -4,7 +4,7 @@ on: inputs: os-runner: type: string - default: 'macos-latest' + default: 'macos-15' scheme: description: 'The scheme to run the tests' required: true diff --git a/.github/workflows/run_unit_tests_platforms.yml b/.github/workflows/run_unit_tests_platforms.yml index 8d42e5908d..f9086906cb 100644 --- a/.github/workflows/run_unit_tests_platforms.yml +++ b/.github/workflows/run_unit_tests_platforms.yml @@ -24,7 +24,7 @@ on: os-runner: description: 'runs-on input' type: string - default: 'macos-latest' + default: 'macos-15' permissions: contents: read