Skip to content

Commit 0371754

Browse files
committed
Add xcode setting to tvos
1 parent 03192ca commit 0371754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,9 @@ jobs:
630630
strategy:
631631
fail-fast: false
632632
steps:
633+
- name: setup Xcode version (macos)
634+
if: runner.os == 'macOS'
635+
run: sudo xcode-select -s /Applications/Xcode_${{ fromJson(needs.check_and_prepare.outputs.xcode_version)[0] }}.app/Contents/Developer
633636
- uses: actions/checkout@v2
634637
with:
635638
ref: ${{needs.check_and_prepare.outputs.github_ref}}

0 commit comments

Comments
 (0)