Skip to content

Commit 8c1918d

Browse files
author
Rob Amos
committed
Try generic visionOS simulator
1 parent fe93222 commit 8c1918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/visionos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -o pipefail && \
4444
NSUnbufferedIO=YES \
45-
xcrun xcodebuild build -workspace . -scheme Vexil-Package -skipMacroValidation -destination "platform=visionOS Simulator,name=Apple Vision Pro,os=26.1" \
45+
xcrun xcodebuild build -workspace . -scheme Vexil-Package -skipMacroValidation -destination "generic/platform=visionOS Simulator" \
4646
| xcbeautify --renderer github-actions
4747
4848
build-visionos:

0 commit comments

Comments
 (0)