We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb1e76 commit ca9b975Copy full SHA for ca9b975
1 file changed
.github/workflows/main.yml
@@ -22,11 +22,11 @@ jobs:
22
xcodebuild clean build \
23
-project "Leaf Lens.xcodeproj" \
24
-scheme "Leaf Lens" \
25
- -destination 'platform=iOS Simulator,name=iPhone SE (3rd generation)'
+ -destination 'generic/platform=iOS Simulator'
26
27
- name: Run Unit Tests
28
run: |
29
xcodebuild test \
30
31
32
0 commit comments