Skip to content

Commit 8146d93

Browse files
committed
Fix yml again again
1 parent 8eb03fe commit 8146d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
steps:
395395
- name: setup Xcode version (macos)
396396
if: runner.os == 'macOS'
397-
run: sudo xcode-select -s /Applications/Xcode_${{ fromJson(needs.check_and_prepare.outputs.xcode_version)[0] }}.app/Contents/Developer
397+
run: sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs.xcode_version }}.app/Contents/Developer
398398
- uses: actions/checkout@v2
399399
with:
400400
ref: ${{needs.check_and_prepare.outputs.github_ref}}
@@ -518,7 +518,7 @@ jobs:
518518
steps:
519519
- name: setup Xcode version (macos)
520520
if: runner.os == 'macOS'
521-
run: sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.xcode_version }}.app/Contents/Developer
521+
run: sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs.xcode_version }}.app/Contents/Developer
522522
- uses: actions/checkout@v2
523523
with:
524524
ref: ${{needs.check_and_prepare.outputs.github_ref}}

0 commit comments

Comments
 (0)