Skip to content

Commit d0f7a60

Browse files
author
Guilherme Souza
committed
ci, skip visionOS
1 parent 280fa3a commit d0f7a60

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,14 @@ jobs:
2222
command: [test, ""]
2323
platform: [IOS, MAC_CATALYST, MACOS, TVOS, VISIONOS, WATCHOS]
2424
xcode: [15.4, "16.0"]
25+
exclude:
26+
- { platform: VISIONOS }
2527
include:
2628
- { command: test, skip_release: 1 }
2729
steps:
2830
- uses: actions/checkout@v4
2931
- name: Select Xcode ${{ matrix.xcode }}
3032
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
31-
- name: Install visionOS runtime
32-
if: matrix.platform == 'visionOS'
33-
run: |
34-
sudo xcodebuild -runFirstLaunch
35-
sudo xcrun simctl list
36-
sudo xcodebuild -downloadPlatform visionOS
37-
sudo xcodebuild -runFirstLaunch
38-
- name: List available devices
39-
run: xcrun simctl list devices available
4033
- name: Cache derived data
4134
uses: actions/cache@v3
4235
with:

0 commit comments

Comments
 (0)