We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cf066 commit cdef05fCopy full SHA for cdef05f
.github/workflows/blank.yml
@@ -14,15 +14,13 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- runner: ["sonoma-xcode:15.2", "runner:sonoma", "runner:sequoia"]
+ runner: ["sonoma-xcode:15.2", "runner:sonoma", "runner:sequoia", "macos-latest"]
18
runs-on: ["ghcr.io/cirruslabs/macos-${{ matrix.runner }}", "low-priority"]
19
timeout-minutes: 2
20
steps:
21
- name: Check macOS version
22
run: sw_vers
23
- name: Disk Info
24
run: df -h
25
- - name: Xcodes List
26
- run: sudo xcodes installed
27
- - name: Test
28
- run: xcodebuild -runFirstLaunch
+ - name: List
+ run: xcrun simctl list
0 commit comments