소스 검색

Use Xcode 12.0 for watchOS test app (#7101)

This ensures the iPhone 11 Pro simulator is availabl.e
Ryan Wilson 5 년 전
부모
커밋
173acb0d17
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/datatransport.yml

+ 2 - 0
.github/workflows/datatransport.yml

@@ -47,6 +47,8 @@ jobs:
     runs-on: macOS-latest
     steps:
     - uses: actions/checkout@v2
+    - name: Xcode 12
+      run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
     - name: Setup Bundler
       run: scripts/setup_bundler.sh
     - name: Prereqs