Skip to content

Commit f3586ac

Browse files
authored
Adding visionOS tests
1 parent e993185 commit f3586ac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: macos-latest
13-
1412
steps:
1513
- uses: actions/checkout@v2
16-
1714
- name: Select Xcode Version
1815
uses: maxim-lobanov/setup-xcode@v1
1916
with:
2017
xcode-version: latest-stable
21-
2218
- name: Show eligible build destinations
2319
run: xcodebuild -showdestinations -scheme CodeScanner
2420
- name: Build ( iOS)
2521
run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 13 Pro'
22+
- name: Build ( visionOS)
23+
run: xcodebuild build -scheme CodeScanner -destination 'platform=visionOS Simulator,OS=latest,name=Apple Vision Pro'
2624
- name: Build ( mac Catalyst)
2725
run: xcodebuild build -scheme CodeScanner -destination 'platform=macOS,arch=x86_64,variant=Mac Catalyst'

0 commit comments

Comments
 (0)