|
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: ${{ 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:
|
@@ -212,7 +212,7 @@ jobs:
|
212 | 212 | steps:
|
213 | 213 | - name: setup Xcode version (macos)
|
214 | 214 | if: runner.os == 'macOS'
|
215 |
| - run: sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs.xcode_version }}.app/Contents/Developer |
| 215 | + run: sudo xcode-select -s /Applications/Xcode_${{ fromJson(needs.check_and_prepare.outputs.xcode_version)[0] }}.app/Contents/Developer |
216 | 216 | - uses: actions/checkout@v2
|
217 | 217 | with:
|
218 | 218 | ref: ${{needs.check_and_prepare.outputs.github_ref}}
|
@@ -394,7 +394,7 @@ jobs:
|
394 | 394 | steps:
|
395 | 395 | - name: setup Xcode version (macos)
|
396 | 396 | if: runner.os == 'macOS'
|
397 |
| - run: sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs.xcode_version }}.app/Contents/Developer |
| 397 | + run: sudo xcode-select -s /Applications/Xcode_${{ fromJson(needs.check_and_prepare.outputs.xcode_version)[0] }}.app/Contents/Developer |
398 | 398 | - uses: actions/checkout@v2
|
399 | 399 | with:
|
400 | 400 | ref: ${{needs.check_and_prepare.outputs.github_ref}}
|
@@ -518,7 +518,7 @@ jobs:
|
518 | 518 | steps:
|
519 | 519 | - name: setup Xcode version (macos)
|
520 | 520 | if: runner.os == 'macOS'
|
521 |
| - run: sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs.xcode_version }}.app/Contents/Developer |
| 521 | + run: sudo xcode-select -s /Applications/Xcode_${{ fromJson(needs.check_and_prepare.outputs.xcode_version)[0] }}.app/Contents/Developer |
522 | 522 | - uses: actions/checkout@v2
|
523 | 523 | with:
|
524 | 524 | ref: ${{needs.check_and_prepare.outputs.github_ref}}
|
|
0 commit comments