diff --git a/.github/composite_actions/get_platform_parameters/action.yml b/.github/composite_actions/get_platform_parameters/action.yml index 7ac2d4f612..64bdd40a06 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.3.0 + LATEST_XCODE_VERSION=latest MINIMUM_XCODE_VERSION=15.0.1 INPUT_XCODE_VERSION=${{ inputs.xcode_version }}