Skip to content

Commit 173acb0

Browse files
authored
Use Xcode 12.0 for watchOS test app (#7101)
This ensures the iPhone 11 Pro simulator is availabl.e
1 parent 2c26087 commit 173acb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/datatransport.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
runs-on: macOS-latest
4848
steps:
4949
- uses: actions/checkout@v2
50+
- name: Xcode 12
51+
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
5052
- name: Setup Bundler
5153
run: scripts/setup_bundler.sh
5254
- name: Prereqs

0 commit comments

Comments
 (0)