Skip to content

Commit cdef05f

Browse files
authored
Update blank.yml
1 parent a5cf066 commit cdef05f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
runner: ["sonoma-xcode:15.2", "runner:sonoma", "runner:sequoia"]
17+
runner: ["sonoma-xcode:15.2", "runner:sonoma", "runner:sequoia", "macos-latest"]
1818
runs-on: ["ghcr.io/cirruslabs/macos-${{ matrix.runner }}", "low-priority"]
1919
timeout-minutes: 2
2020
steps:
2121
- name: Check macOS version
2222
run: sw_vers
2323
- name: Disk Info
2424
run: df -h
25-
- name: Xcodes List
26-
run: sudo xcodes installed
27-
- name: Test
28-
run: xcodebuild -runFirstLaunch
25+
- name: List
26+
run: xcrun simctl list

0 commit comments

Comments
 (0)