diff --git a/.github/composite_actions/get_platform_parameters/action.yml b/.github/composite_actions/get_platform_parameters/action.yml index 6c5dd3760f..5fd0b2d2be 100644 --- a/.github/composite_actions/get_platform_parameters/action.yml +++ b/.github/composite_actions/get_platform_parameters/action.yml @@ -81,7 +81,7 @@ runs: latest|minimum) DESTINATION=$(echo $DESTINATION_MAPPING | jq -r ".\"$INPUT_XCODE_VERSION\".$INPUT_PLATFORM") ;; *) - DESTINATION=$(echo $DESTINATION_MAPPING | jq -r ".\"latest\".$INPUT_PLATFORM") ;; + DESTINATION=$(echo $DESTINATION_MAPPING | jq -r ".\"minimum\".$INPUT_PLATFORM") ;; esac else DESTINATION=$INPUT_DESTINATION diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 6d7ffc993d..587b616454 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-13' scheme: description: 'The scheme to run the tests' required: true @@ -17,8 +17,8 @@ on: required: false type: string xcode_version: - description: 'The verion of Xcode used to run these tests' - default: 'latest' + description: 'The version of Xcode used to run these tests' + default: '15.2' type: string destination: default: ''