We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51fb3 commit 15edaa0Copy full SHA for 15edaa0
.github/workflows/Test.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout LFS objects
14
run: git lfs pull
15
- name: Setup XCode
16
- run: sudo xcode-select -s '/Applications/Xcode_14.1.app/Contents/Developer'
+ run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
17
- name: Boot simulator
18
run: |
19
xcrun simctl boot $(xcrun simctl list devices | grep -m 1 'iPhone 15 Pro' |grep -E -o -i '([0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12})')
0 commit comments