From 0b0e316f16f8bc6b30d2d0264f57190873488992 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Tue, 21 May 2024 11:25:06 -0500 Subject: [PATCH] fix: update latest xcode version --- .github/composite_actions/get_platform_parameters/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}