Skip to content

Commit 5f44e30

Browse files
Add build visionOS step to workflows
1 parent b103876 commit 5f44e30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests-WaterfallGridSample.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@ jobs:
4848
- name: Build (tvOS)
4949
run: xcodebuild build -scheme WaterfallGrid -destination "platform=tvOS Simulator,OS=17.5,name=Apple TV" | xcpretty
5050

51+
- name: Build (visionOS)
52+
run: xcodebuild build -scheme WaterfallGrid -destination "platform=visionOS Simulator,OS=1.2,name=Apple Vision Pro" | xcpretty
53+
5154
- name: Build (watchOS)
5255
run: xcodebuild build -scheme WaterfallGrid -destination "platform=watchOS Simulator,OS=10.5,name=Apple Watch Ultra 2 (49mm)" | xcpretty

0 commit comments

Comments
 (0)