File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 62
62
apis : ${{ steps.matrix_config.outputs.apis }}
63
63
mobile_test_on : ${{ steps.matrix_config.outputs.mobile_test_on }}
64
64
android_device : ${{ steps.matrix_config.outputs.android_device }}
65
- xcode_version : fromJson(${{ steps.matrix_config.outputs.xcode_version }})[0]
65
+ xcode_version : fromJson(${{ steps.matrix_config.outputs.xcode_version }})
66
66
ios_device : ${{ steps.matrix_config.outputs.ios_device }}
67
67
tvos_device : ${{ steps.matrix_config.outputs.tvos_device }}
68
68
steps :
@@ -183,8 +183,7 @@ jobs:
183
183
mobile_test_on=$( python scripts/gha/print_matrix_configuration.py -c -w integration_tests -k mobile_test_on -o "${{github.event.inputs.mobile_test_on}}")
184
184
echo "::set-output name=mobile_test_on::${mobile_test_on}"
185
185
echo "::set-output name=android_device::$( python scripts/gha/print_matrix_configuration.py -w integration_tests ${TEST_MATRIX_PARAM} -k android_device -t ${mobile_test_on} )"
186
- echo "::set-output name=xcode_version::$( python scripts/gha/print_matrix_configuration.py -w integration_tests ${TEST_MATRIX_PARAM} -k xcode_version -t ${mobile_test_on} )"
187
- echo "xcode_version: $( python scripts/gha/print_matrix_configuration.py -w integration_tests ${TEST_MATRIX_PARAM} -k xcode_version -t ${mobile_test_on} )"
186
+ echo "::set-output name=xcode_version::$( python scripts/gha/print_matrix_configuration.py -w integration_tests ${TEST_MATRIX_PARAM} -k xcode_version)"
188
187
echo "::set-output name=ios_device::$( python scripts/gha/print_matrix_configuration.py -w integration_tests ${TEST_MATRIX_PARAM} -k ios_device -t ${mobile_test_on} )"
189
188
echo "::set-output name=tvos_device::$( python scripts/gha/print_matrix_configuration.py -w integration_tests ${TEST_MATRIX_PARAM} -k tvos_device -t ${mobile_test_on} )"
190
189
- name : Update PR label and comment
Original file line number Diff line number Diff line change 112
112
"msvc_runtime" : ["dynamic" ],
113
113
"cpp_compiler_windows" : ["VisualStudio2019" ],
114
114
"cpp_compiler_linux" : ["clang-11.0" ],
115
- "xcode_version" : ["12.4" ],
115
+ "xcode_version" : ["12.4" ], # only the first one is used
116
116
"ndk_version" : ["r22b" ],
117
117
"platform_version" : ["28" ],
118
118
"build_tools_version" : ["28.0.3" ],
You can’t perform that action at this time.
0 commit comments