diff --git a/.github/composite_actions/get_platform_parameters/action.yml b/.github/composite_actions/get_platform_parameters/action.yml index b0f6676941..7233ba2649 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=15.4.0 MINIMUM_XCODE_VERSION=15.0.1 INPUT_XCODE_VERSION=${{ inputs.xcode_version }}